Skip to content

Commit eb27b2b

Browse files
Run publish-snapshot on larger runner
1 parent c2cc95d commit eb27b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- main
88

99
env:
10-
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx5g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
10+
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx12g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
1111

1212
jobs:
1313
publish-snapshot :
14-
runs-on : macos-latest
14+
runs-on : workflow-kotlin-test-runner-ubuntu-4core
1515
if : github.repository == 'square/workflow-kotlin'
1616
timeout-minutes : 35
1717

0 commit comments

Comments
 (0)