[build] Run JVM builds on Windows

This commit is contained in:
Him188 2022-08-28 12:36:02 +08:00 committed by GitHub
parent f0651c81c6
commit 15dea7a6b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
matrix:
os:
# - windows-2022
- macos-12
- windows-12
env:
gradleArgs: --scan "-Dmirai.target=jvm;android;!other" "-Pkotlin.compiler.execution.strategy=in-process" "-Dorg.gradle.jvmargs=-Xmx6000m" "-Dfile.encoding=UTF-8"
isMac: ${{ startsWith(matrix.os, 'macos') }}