From a11c523170da3d41cf77e94eefc83e76644b1e13 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Sat, 10 Feb 2024 18:29:28 +0100 Subject: [PATCH] ci: activate build on macos-14-arm64 --- .github/workflows/macos-linux-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index 3f4f23f6..a0102872 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["ubuntu-latest", "macos-latest","macos-14-arm64"] cxx_options: ['', '-mavx2'] build_type: [Release, Debug] python-version: ["3.8", "3.12"] -- GitLab