Skip to content

Commit bf0c714

Browse files
committed
bump again
Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
1 parent 3c7ac21 commit bf0c714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: macos-15
1010
steps:
1111
- uses: actions/checkout@v3
12-
- run: sudo xcode-select -s /Applications/Xcode_16.1.app
12+
- run: sudo xcode-select -s /Applications/Xcode_16.2.app
1313
- run: bazelisk build //...
1414
- run: bazelisk test //...
1515
test-swiftpm:
1616
runs-on: macos-13
1717
steps:
1818
- uses: actions/checkout@v3
19-
- run: sudo xcode-select -s /Applications/Xcode_16.1.app
19+
- run: sudo xcode-select -s /Applications/Xcode_16.2.app
2020
- run: swift build
2121
- run: swift test

0 commit comments

Comments
 (0)