From b4044b930d7eb807907d0ef78f5820811fcebe74 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 7db742c4..0d9852ac 100644 --- a/.github/workflows/ci-toolchain.yml +++ b/.github/workflows/ci-toolchain.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: - - macos-latest + - macos-12 - ubuntu-latest - windows-latest gcc_version: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d2825749..6ac6231c 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