From fad59c4487cb0f83b2bf5dbfc21ba03aaa486af7 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Fri, 26 Apr 2024 20:15:51 +0200 Subject: [PATCH] Try different versions --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1f97f3d..08cec95 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,10 +15,10 @@ jobs: strategy: fail-fast: false matrix: - xcode: ['13', '14'] + xcode: ['13', '14', '15'] build_type: [Debug, Release] - runs-on: macos-latest + runs-on: macos-13 env: TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres