Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Jan 31, 2024
1 parent ac9ed3f commit 1728786
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode-version:
- '~14.3'
- 'latest'
runs-on: macos-13
include:
- macos-version: macos-13
xcode-version: '~14.3'
- macos-version: macos-14
xcode-version: latest
runs-on: ${{ matrix.macos-version }}
env:
POSTGRES_HOSTNAME: 127.0.0.1
POSTGRES_DB: postgres
Expand Down

0 comments on commit 1728786

Please sign in to comment.