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 53a322b commit 91acbbbCopy full SHA for 91acbbb
.github/workflows/ci.yml
@@ -6,16 +6,16 @@ on:
6
- main
7
jobs:
8
test-bazel:
9
- runs-on: macos-13
+ runs-on: macos-15
10
steps:
11
- uses: actions/checkout@v3
12
- - run: sudo xcode-select -s /Applications/Xcode_15.0.app
+ - run: sudo xcode-select -s /Applications/Xcode_16.1.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