Skip to content

Commit

Permalink
Any macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Nov 27, 2024
1 parent 96f0927 commit fa502ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mcstas-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Launch MCPL test instrument (mpi)
id: mcpl-test-mpi
if: runner.os == 'Linux' || (runner.os == 'macOS' && matrix.os != 'macos-11') # Linux or macos-12/13 only
if: runner.os == 'Linux' || runner.os == 'macOS' # Linux or macos only
# Status: Works on Unixes ("wrapper batches missing for Windows")
run: |
set -e
Expand Down

0 comments on commit fa502ba

Please sign in to comment.