diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 14602c7abd7..93ea8b1502c 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -32,25 +32,25 @@ jobs: strategy: fail-fast: false matrix: - on: [ ubicloud-standard-8, macos-latest, windows-latest ] + on: [ ubicloud-standard-16, macos-latest, windows-latest ] java: [ 21 ] include: - java: 8 - on: ubicloud-standard-8 + on: ubicloud-standard-16 - java: 11 - on: ubicloud-standard-8 + on: ubicloud-standard-16 - java: 17 - on: ubicloud-standard-8 + on: ubicloud-standard-16 leak: true - java: 17 - on: ubicloud-standard-8 + on: ubicloud-standard-16 min-java: 11 - java: 17 - on: ubicloud-standard-8 + on: ubicloud-standard-16 min-java: 17 coverage: true - java: 21 - on: ubicloud-standard-8 + on: ubicloud-standard-16 snapshot: true # blockhound makes the build run about 10 minutes slower blockhound: true @@ -236,7 +236,7 @@ jobs: - name: Run the linters run: | - ./gradlew --no-daemon --stacktrace --max-workers=8 --parallel lint + ./gradlew --no-daemon --stacktrace --max-workers=4 --parallel lint site: if: github.repository == 'line/armeria' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index ba9b2fa09cf..8cb1006e761 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -13,7 +13,7 @@ jobs: publish: name: Publish final artifacts if: github.repository == 'line/armeria' - runs-on: ubicloud-standard-8 + runs-on: ubicloud-standard-16 steps: - uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: - name: Build with Gradle run: | - ./gradlew --no-daemon --stacktrace --max-workers=8 --parallel -PflakyTests=false \ + ./gradlew --no-daemon --stacktrace --max-workers=12 --parallel -PflakyTests=false \ -Pretry=true -PfailOnPassedAfterRetry=false \ build shell: bash