Skip to content

Commit

Permalink
Fix CI (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 27, 2023
1 parent b7095d8 commit 7ea4bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +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: sudo xcode-select -s /Applications/Xcode_15.0.app
- 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: sudo xcode-select -s /Applications/Xcode_15.0.app
- run: swift build
- run: swift test

0 comments on commit 7ea4bef

Please sign in to comment.