Skip to content

Commit bd65ac9

Browse files
committed
Disable tests on Windows and Ubuntu
1 parent 3a26631 commit bd65ac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os:
12-
- windows-latest
11+
os: # mirai build requires a minimum system memory of 8 GB, while Windows and Ubuntu VMs provides only 7 GB. See https://github.com/mamoe/mirai/actions/runs/1608172113 for details.
12+
# - windows-latest
1313
- macos-11
14-
- ubuntu-latest
14+
# - ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Checkout submodules

0 commit comments

Comments
 (0)