From 71beeaa5df18e1b461b389696be23020a631c84f Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Thu, 14 Nov 2024 16:19:22 +0100 Subject: [PATCH] CI: Migrate away from macos-12 runners The macos-12 runners are deprecated and will be removed soon. See https://github.com/actions/runner-images/issues/10721 --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index f6f25268..e432913f 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -22,7 +22,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-13 bzlmodEnabled: - true - false @@ -31,7 +31,7 @@ jobs: - false exclude: # skip nix remote jobs on MacOS - - os: macos-12 + - os: macos-13 withNixRemote: true runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-13 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4