Skip to content

Commit

Permalink
Use Xcode 16.2 stack in GitHub Actions (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimastripe authored Feb 22, 2025
1 parent 3d98a76 commit 844b493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -switch /Applications/Xcode_16.app
- run: sudo xcode-select -switch /Applications/Xcode_16.2.app
- run: swift test
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 844b493

Please sign in to comment.