Skip to content

Commit

Permalink
CI - Install system dependncies on all macos
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jan 10, 2023
1 parent fb45b0c commit 2726954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Install system dependencies on MacOS
run: brew install libomp
if: matrix.os == 'macos-10.15' || matrix.os == 'macos-11' || matrix.os == 'macos-12'
if: runner.os == 'macOS'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2726954

Please sign in to comment.