Skip to content

Commit fd4ad35

Browse files
authored
Select Xcode 14.3.1 on CI (#51)
This is required for matching the DemangleNodes.def file
1 parent 3b5b69b commit fd4ad35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
runs-on: macos-13
1111
steps:
1212
- uses: actions/checkout@v3
13+
- run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
1314
- run: bazelisk build //...
1415
- run: bazelisk test //...
1516
test-swiftpm:
1617
runs-on: macos-13
1718
steps:
1819
- uses: actions/checkout@v3
20+
- run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
1921
- run: swift build
2022
- run: swift test

0 commit comments

Comments
 (0)