From 8ef1fd055723cf03d63f8af5b2e388fc6e2a90a8 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 5 Dec 2024 23:15:43 +0100 Subject: [PATCH] CI: Replace deprecated macos-12 images with macos-13 The `macos-12` is now deprecated and will be removed soon, see https://github.com/actions/runner-images/issues/10721 . To continue testing macOS with Intel processor, we can switch to use `macos-13`. --- .github/workflows/conda-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index d6722e1..ee0437a 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: build_type: [Release] - os: [ubuntu-latest, windows-2019, macos-12] + os: [ubuntu-latest, windows-2019, macos-13] fail-fast: false steps: