Skip to content

Commit

Permalink
MacOS CI has been flakey for months, taking 2 or 3 attempts on every …
Browse files Browse the repository at this point in the history
…PR before it finally passes. Disabled it.
  • Loading branch information
martindevans committed Apr 14, 2024
1 parent c749139 commit f21a640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
build: [linux-release, windows-release, osx-release]
include:
- 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
Expand Down

0 comments on commit f21a640

Please sign in to comment.