Skip to content

Commit 0e2984c

Browse files
committed
Install the GSL on macs
1 parent 510a5ab commit 0e2984c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
run: |
261261
sudo apt-get install libgsl-dev
262262
- name: Install the GSL and OpenMP
263-
if: matrix.os == 'macos-15-intel'
263+
if: ${{ contains(matrix.os, 'macos') }}
264264
run: |
265265
brew install gsl libomp
266266
brew info libomp

0 commit comments

Comments
 (0)