Skip to content

Commit

Permalink
Update actions to use macos-15 and Xcode 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgriselli committed Oct 29, 2024
1 parent 53a322b commit 91acbbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
- main
jobs:
test-bazel:
runs-on: macos-13
runs-on: macos-15
steps:
- uses: actions/checkout@v3
- run: sudo xcode-select -s /Applications/Xcode_15.0.app
- run: sudo xcode-select -s /Applications/Xcode_16.1.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_15.0.app
- run: sudo xcode-select -s /Applications/Xcode_16.1.app
- run: swift build
- run: swift test

0 comments on commit 91acbbb

Please sign in to comment.