Skip to content

Commit 844b493

Browse files
authored
Use Xcode 16.2 stack in GitHub Actions (#202)
1 parent 3d98a76 commit 844b493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-14
88
steps:
99
- uses: actions/checkout@v4
10-
- run: sudo xcode-select -switch /Applications/Xcode_16.app
10+
- run: sudo xcode-select -switch /Applications/Xcode_16.2.app
1111
- run: swift test
1212
lint:
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)