Merge pull request #667 from martindevans/disable_macos_ci_2

Removed MacOS CI
This commit is contained in:
Martin Evans 2024-04-14 15:52:01 +01:00 committed by GitHub
commit 80d9c9b218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -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