Skip to content

Commit

Permalink
Select Xcode 14.3.1 on CI (#51)
Browse files Browse the repository at this point in the history
This is required for matching the DemangleNodes.def file
  • Loading branch information
keith authored Jul 17, 2023
1 parent 3b5b69b commit fd4ad35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
- run: bazelisk build //...
- run: bazelisk test //...
test-swiftpm:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
- run: swift build
- run: swift test

0 comments on commit fd4ad35

Please sign in to comment.