Skip to content

Commit

Permalink
Try with macos-14 image
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Mar 4, 2024
1 parent f840952 commit 6e3de18
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6e3de18

Please sign in to comment.