From f79f48c2bd5e6271a2ed3b767ec8c74fb0e3b003 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Tue, 16 Jul 2024 18:45:16 +0200 Subject: [PATCH] CI: use 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 778f8f40da..993a5ee729 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,14 +21,14 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-11, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] gcc_v: [10,11,12] # Version of GFortran we want to use. include: - os: ubuntu-latest os-arch: linux-x86_64 release-flags: --flag '--static -g -fbacktrace -O3' - - os: macos-11 + - os: macos-12 os-arch: macos-x86_64 release-flags: --flag '-g -fbacktrace -O3'