Skip to content

Commit

Permalink
Bazel: Use macOS Ventura in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
Vertexwahn committed Jul 26, 2023
1 parent 95cc542 commit f19e55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
bazelisk build //...
build_and_test_macos:
name: macOS 12 Bazel build <Apple Clang14>
runs-on: macos-12
name: macOS 13 Bazel build <Apple Clang14>
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f19e55c

Please sign in to comment.