From 6bc9d404ec3c8b58e148ee7949dbad4748a885c2 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Wed, 1 May 2024 09:47:32 +0200 Subject: [PATCH] macos-latest -> macos-12 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5844341b8..e5b706361 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-12] gcc_v: [10, 11, 12, 13] # Version of GFortran we want to use. build: [cmake] include: @@ -163,7 +163,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest] + os: [macos-12] fc: [ifort] cc: [icc] cxx: [icpc]