Skip to content

Commit e0e01ae

Browse files
committed
fixup! Run PR validation on multiple OS
1 parent bba41a4 commit e0e01ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
matrix:
2222
include:
2323
- os: macos-latest-xlarge
24-
name: "macOS Build & Tests"
24+
name: "macOS"
2525
java-opts: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g -DexcludeDockerTests=true"
2626
gradle-task: "clean ktlintCheck assemble macosArm64Test macosX64Test jvmTest koverLog koverHtmlReport"
2727
test-type: "macos"
2828
- os: ubuntu-latest
29-
name: "Ubuntu Docker Tests"
29+
name: "Ubuntu"
3030
java-opts: "-Xmx4g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx3g"
3131
gradle-task: "clean :kotlin-sdk-test:jvmTest"
3232
test-type: "ubuntu"

0 commit comments

Comments
 (0)