Skip to content

Commit a760d04

Browse files
committed
Disable CI on mac
Often got long hang times of ``` Requested labels: mac-latest Job defined at: Parcels-code/Parcels/.github/workflows/ci.yml@refs/pull/2362/merge Waiting for a runner to pick up this job... ```
1 parent 5144360 commit a760d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu, mac, windows]
31+
os: [ubuntu, windows]
3232
pixi-environment: [test-latest]
3333
include:
3434
- os: ubuntu

0 commit comments

Comments
 (0)