Skip to content

Commit e672af8

Browse files
Merge pull request #1151 from square/revert-1149-sedwards/publish-snapshot-runner
Revert "Run publish-snapshot on larger runner"
2 parents bb83f3e + 213e536 commit e672af8

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
@@ -8,11 +8,11 @@ on:
88
- ray/ui-update
99

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

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

0 commit comments

Comments
 (0)