Skip to content

Commit

Permalink
Run publish-snapshot on larger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-the-edwards committed Dec 21, 2023
1 parent 722a656 commit ac878fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- ray/ui-update

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

jobs:
publish-snapshot :
runs-on : macos-latest
runs-on : workflow-kotlin-test-runner-ubuntu-4core
if : github.repository == 'square/workflow-kotlin'
timeout-minutes : 35

Expand Down

0 comments on commit ac878fd

Please sign in to comment.