From 64fa1f9252c873b204455d1066da3335807893cc Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 24 Sep 2024 12:49:22 +0200 Subject: [PATCH] Fix conda-based CI --- .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 5acee7a5..bbfd05b9 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-latest] + os: [ubuntu-latest, windows-2019, macos-12] fail-fast: false steps: