Skip to content

Commit

Permalink
Use Xcode 16.1 beta on CI
Browse files Browse the repository at this point in the history
Github latest runner has removed 16.0 beta
  • Loading branch information
alexdeem committed Aug 22, 2024
1 parent eaa8bd9 commit 4302718
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 @@ -10,7 +10,7 @@ jobs:
build:
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4302718

Please sign in to comment.