mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Disable macOS test runs for now
We are seeing update frames run as little as [once per
second](aa4d16bdb8/osu.Game/Overlays/BeatmapListingOverlay.cs (L141)
).
Until we can ascertain why this is happening, let's reduce developer
stress by not running macOS tests for now.
This commit is contained in:
parent
d057bee4fb
commit
4cc07badbd
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user