Browse Source

Merge pull request #667 from martindevans/disable_macos_ci_2

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

+ 1
- 5
.github/workflows/main.yml View File

@@ -15,15 +15,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
build: [linux-release, windows-release, osx-release]
build: [linux-release, windows-release]
include: include:
- build: linux-release - build: linux-release
os: ubuntu-latest os: ubuntu-latest
config: release 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 - build: windows-release
os: windows-2019 os: windows-2019
config: release config: release


Loading…
Cancel
Save