From 570e6997db0a989a0c23ed8a5f162c22211c0ee4 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 30 Jun 2024 14:45:46 +0000 Subject: macos-11 is no longer available on GITHUB, so switch to macos-12 --- .github/workflows/mac-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 30408d8..bd8e703 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -11,7 +11,7 @@ permissions: contents: read jobs: xcode: - runs-on: macos-11 + runs-on: macos-12 defaults: run: shell: bash @@ -34,7 +34,7 @@ jobs: MAC_CI: 1 timeout-minutes: 15 clang: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: config: -- cgit v0.12