Skip to content

Commit bb83f3e

Browse files
Merge pull request #1149 from square/sedwards/publish-snapshot-runner
Run publish-snapshot on larger runner
2 parents 722a656 + ac878fd commit bb83f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
- ray/ui-update
99

1010
env:
11-
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx5g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
11+
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx12g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
1212

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

0 commit comments

Comments
 (0)