Skip to content

Commit

Permalink
Fix CI by using Xcode 16 instead of 16.1 betas
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Sep 30, 2024
1 parent 6848a88 commit ef9bc6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
build:
strategy:
matrix:
xcode: ['xcode16.1_beta', 'xcode15.4']
xcode: ['xcode16', 'xcode15.4']
include:
- xcode: 'xcode15.4'
xcode-path: '/Applications/Xcode_15.4.app/Contents/Developer'
upload-dist: true
run-analyzer: true
macos: 'macos-14'
- xcode: 'xcode16.1_beta'
xcode-path: '/Applications/Xcode_16.1_beta.app'
- xcode: 'xcode16'
xcode-path: '/Applications/Xcode_16.app'
upload-dist: false
run-analyzer: false
macos: 'macos-14'
Expand Down

0 comments on commit ef9bc6e

Please sign in to comment.