Skip to content

Commit

Permalink
Disable randomly failing MacOS core tests (#872)
Browse files Browse the repository at this point in the history
Until we have time to look into #825, I feel like it is better to just
disable MacOS for core CI. With Linux and Windows we still have decent
OS coverage.
  • Loading branch information
visr authored Dec 6, 2023
1 parent cd4a0bf commit 1989471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- "~1.10.0-0"
os:
- ubuntu-latest
- macOS-latest
# https://github.com/Deltares/Ribasim/issues/825
# - macOS-latest
- windows-latest
arch:
- x64
Expand Down

0 comments on commit 1989471

Please sign in to comment.