diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index dfc07636..9c8e4e7d 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -13,8 +13,10 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-latest-xlarge environment: release + env: + JAVA_OPTS: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g" permissions: contents: write