Skip to content

Commit

Permalink
Try upgrade, 11 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Apr 26, 2024
1 parent dcc47b1 commit c41a18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- working-directory: build/
run: ctest --config ${{ matrix.build_type }} --output-on-failure

xcode-macos-11:
xcode-macos-12:
strategy:
fail-fast: false
matrix:
xcode: ['11', '12']
build_type: [Debug, Release]

runs-on: macos-11
runs-on: macos-12

env:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres
Expand Down

0 comments on commit c41a18b

Please sign in to comment.