diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 286d2dda8..cf0c784c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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