From a036baa4d870a1ebef184457185b8711e5bcf5c1 Mon Sep 17 00:00:00 2001 From: christophe Date: Sun, 19 Jan 2025 09:57:44 +0100 Subject: [PATCH] Fix MacOS C.I. --- .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 8cc642e4..c8b899c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,11 +185,11 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, macos-12] + os: [macos-latest, macos-13] std: [98, 11, 14, 17, 20] config: [Debug, Release] exclude: - - os: macos-12 + - os: macos-13 std: 20 steps: