From b98b70e7b29682d5f9107b4006c18cac4d0af679 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Fri, 4 Oct 2024 12:13:29 +0200 Subject: [PATCH] ci: Run on non ARM OSX --- .github/workflows/macos-linux-windows-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-linux-windows-conda.yml b/.github/workflows/macos-linux-windows-conda.yml index 0394fcb1..81e77132 100644 --- a/.github/workflows/macos-linux-windows-conda.yml +++ b/.github/workflows/macos-linux-windows-conda.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, macos-14] + os: [ubuntu-latest, macos-latest, macos-13] environment: [all, all-py39] build_type: [Release, Debug] cxx_options: ['', '-mavx2']