mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-31 19:40:24 +08:00
[build] Disable ubuntu-18.04 from CI machines for all workflows to speed up builds
This commit is contained in:
parent
442b52d61c
commit
2df721ed50
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: # You must use macos-12
|
||||
os: # You must use macos-12. Only macos-12 get 14GB memory while others have only 7GB.
|
||||
# - windows-2022
|
||||
- macos-12
|
||||
env:
|
||||
@ -253,7 +253,7 @@ jobs:
|
||||
os:
|
||||
- windows-2022
|
||||
- ubuntu-20.04
|
||||
- ubuntu-18.04
|
||||
# - ubuntu-18.04
|
||||
# - macos-12
|
||||
- macos-11
|
||||
include:
|
||||
|
Loading…
Reference in New Issue
Block a user