Skip to content

Commit

Permalink
Merge pull request #666 from martindevans/disabled_MacOS_CI
Browse files Browse the repository at this point in the history
Disable MacOS CI
  • Loading branch information
martindevans authored Apr 14, 2024
2 parents 8dd9101 + f21a640 commit 6f4958e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
build: [linux-release, windows-release, osx-release]
include:
- build: linux-release
os: ubuntu-latest
config: release
- build: osx-release
os: macos-latest
config: release
# Disabled MacOS CI (2024-04-14) because it's been unstable for months. Try enabling this again in 6 months to see if it's working now.
#- build: osx-release
# os: macos-latest
# config: release
- build: windows-release
os: windows-2019
config: release
Expand Down

0 comments on commit 6f4958e

Please sign in to comment.