Skip to content

Commit

Permalink
Update Bazel workflow to use Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jszumski committed May 29, 2024
1 parent 4688929 commit 0f0ae1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
run: Scripts/build.swift spm ${{ matrix.platform }} `which xcpretty`
bazel:
name: Bazel
runs-on: macOS-12
runs-on: macOS-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
- name: Build and Test
run: bazel test //...
run: bazel test //... --xcode_version=15.4.0

0 comments on commit 0f0ae1c

Please sign in to comment.