We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba41a4 commit e0e01aeCopy full SHA for e0e01ae
.github/workflows/build.yml
@@ -21,12 +21,12 @@ jobs:
21
matrix:
22
include:
23
- os: macos-latest-xlarge
24
- name: "macOS Build & Tests"
+ name: "macOS"
25
java-opts: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g -DexcludeDockerTests=true"
26
gradle-task: "clean ktlintCheck assemble macosArm64Test macosX64Test jvmTest koverLog koverHtmlReport"
27
test-type: "macos"
28
- os: ubuntu-latest
29
- name: "Ubuntu Docker Tests"
+ name: "Ubuntu"
30
java-opts: "-Xmx4g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx3g"
31
gradle-task: "clean :kotlin-sdk-test:jvmTest"
32
test-type: "ubuntu"
0 commit comments