Skip to content

Commit

Permalink
Merge pull request #29046 from peppy/disable-macos-runs
Browse files Browse the repository at this point in the history
Disable macOS test runs for now
  • Loading branch information
smoogipoo authored Jul 25, 2024
2 parents d057bee + 4cc07ba commit 3dd7db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
matrix:
os:
- { prettyname: Windows, fullname: windows-latest }
- { prettyname: macOS, fullname: macos-latest }
# macOS runner performance has gotten unbearably slow so let's turn them off temporarily.
# - { prettyname: macOS, fullname: macos-latest }
- { prettyname: Linux, fullname: ubuntu-latest }
threadingMode: ['SingleThread', 'MultiThreaded']
timeout-minutes: 120
Expand Down

0 comments on commit 3dd7db5

Please sign in to comment.