From f19e55c3d7dc221710466559dc80e8d6a4afaacb Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Wed, 26 Jul 2023 23:16:37 +0200 Subject: [PATCH] Bazel: Use macOS Ventura in CI Signed-off-by: Vertexwahn --- .github/workflows/bazel_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index 52feb44f6e..2df83e0a25 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -65,8 +65,8 @@ jobs: bazelisk build //... build_and_test_macos: - name: macOS 12 Bazel build - runs-on: macos-12 + name: macOS 13 Bazel build + runs-on: macos-13 steps: - uses: actions/checkout@v3