From 7b4f2a8a0cd065adff65e2e0fba11b52c52644cc Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 24 May 2024 11:25:37 +0200 Subject: [PATCH] Fix macOS workflows (user macos-12 runner) (#1685) --- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-toolchain.yml | 2 +- .github/workflows/nightly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 33b7c78a..15025e11 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -16,7 +16,7 @@ jobs: build: name: CI on macOS - runs-on: macos-latest + runs-on: macos-12 steps: - name: Check out repository diff --git a/.github/workflows/ci-toolchain.yml b/.github/workflows/ci-toolchain.yml index e68bac79..803111b9 100644 --- a/.github/workflows/ci-toolchain.yml +++ b/.github/workflows/ci-toolchain.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: - - macos-latest + - macos-12 - ubuntu-latest - windows-latest gcc_version: [10, 11, 12, 13, 14] diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 43f1202f..a92a4662 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false # Attempt to generate as many of them as possible matrix: os: - - macos-latest + - macos-12 - ubuntu-20.04 - windows-latest -- 2.39.5