We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7ac21 commit bf0c714Copy full SHA for bf0c714
.github/workflows/ci.yml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: macos-15
10
steps:
11
- uses: actions/checkout@v3
12
- - run: sudo xcode-select -s /Applications/Xcode_16.1.app
+ - run: sudo xcode-select -s /Applications/Xcode_16.2.app
13
- run: bazelisk build //...
14
- run: bazelisk test //...
15
test-swiftpm:
16
runs-on: macos-13
17
18
19
20
- run: swift build
21
- run: swift test
0 commit comments