Skip to content

Commit

Permalink
Try different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Apr 26, 2024
1 parent 0659a01 commit fad59c4
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 @@ -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
Expand Down

0 comments on commit fad59c4

Please sign in to comment.