Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Oct 30, 2024
1 parent f7642ef commit 94929c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- xcode15 # runs build:starters on XCode 15
- xcode16 # runs build:starters on XCode 16
fail-fast: false
runs-on: ${{ (matrix.script == 'xcode14' && 'macos-13') || 'macos-14' }}
runs-on: ${{ ((matrix.script == 'xcode15' || matrix.script == 'xcode16') && 'macos-14') || 'macos-13' }}
steps:
- uses: actions/checkout@v4
- name: Cache SPM
Expand Down

0 comments on commit 94929c2

Please sign in to comment.