From 4d1130d116546364a97d0d0e1f086850ab2603ea Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Sat, 10 Feb 2024 20:33:21 +0100
Subject: [PATCH] ci/osx: fix os name

---
 .github/workflows/macos-linux-conda.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml
index 1612d63a..b481c8ed 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","macos-14-arm64"]
+        os: ["ubuntu-latest", "macos-latest","macos-14"]
         cxx_options: ['', '-mavx2']
         build_type: [Release, Debug]
         python-version: ["3.8", "3.12"]
@@ -32,10 +32,10 @@ jobs:
             os: macos-latest
           - build_type: Debug
             cxx_options: -mavx2
-            os: macos-14-arm64
+            os: macos-14
           - build_type: Release
             cxx_options: -mavx2
-            os: macos-14-arm64
+            os: macos-14
 
     steps:
     - uses: actions/checkout@v4
-- 
GitLab