Skip to content

Commit

Permalink
test against 16 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jan 16, 2025
1 parent df39c17 commit 46dd4ef
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 @@ -49,7 +49,7 @@ jobs:
- name: Build-Test
run: set -o pipefail && env NSUnbufferedIO=YES bundle exec rake ${{ ((matrix.script == 'xcode15' || matrix.script == 'xcode16') && 'build:starters') || matrix.script }}
env:
DEVELOPER_DIR: ${{ (matrix.script == 'xcode16' && env.CI_XCODE_16) || env.CI_XCODE_15 }}
DEVELOPER_DIR: ${{ (matrix.script == 'xcode15' && env.CI_XCODE_15) || env.CI_XCODE_16 }}
- name: Generate Environment Variables
if: ${{ always() }}
env:
Expand Down

0 comments on commit 46dd4ef

Please sign in to comment.