Browse Source

Merge pull request #666 from martindevans/disabled_MacOS_CI

Disable MacOS CI
pull/669/head
Martin Evans GitHub 1 year ago
parent
commit
6f4958e044
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/main.yml

+ 4
- 4
.github/workflows/main.yml View File

@@ -13,7 +13,6 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
build: [linux-release, windows-release, osx-release]
@@ -21,9 +20,10 @@ jobs:
- 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


Loading…
Cancel
Save