From 6e3de183f1f6bab448889afb3c30eae9a4767378 Mon Sep 17 00:00:00 2001 From: niccolo Date: Mon, 4 Mar 2024 15:36:24 +0100 Subject: [PATCH] Try with macos-14 image --- .github/workflows/pip.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 70bc17f..e35a926 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-14] steps: - uses: actions/checkout@v3 @@ -50,13 +50,7 @@ jobs: cd .. CIBW_BEFORE_BUILD_MACOS: > brew reinstall gcc && - wget https://mirror.ibcp.fr/pub/gnu/gsl/gsl-2.7.1.tar.gz && - tar -zxvf gsl-2.7.1.tar.gz && - cd gsl-2.7.1 && - ./configure && - make && - make install && - cd .. + brew install gsl - name: Verify clean directory run: git diff --exit-code shell: bash