Skip to content

Commit

Permalink
Merge pull request #667 from martindevans/disable_macos_ci_2
Browse files Browse the repository at this point in the history
Removed MacOS CI
  • Loading branch information
martindevans authored Apr 14, 2024
2 parents 6f4958e + 25379df commit 80d9c9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [linux-release, windows-release, osx-release]
build: [linux-release, windows-release]
include:
- build: linux-release
os: ubuntu-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 80d9c9b

Please sign in to comment.