Skip to content

Commit e0f1919

Browse files
committed
update runners
1 parent 4007c5d commit e0f1919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
retention-days: 1
124124

125125
quality:
126-
runs-on: ubuntu-latest
126+
runs-on: aws-powertools_ubuntu-latest_8-core
127127
needs:
128128
- version_seal
129129
if: ${{ inputs.skip_checks == false }}
@@ -156,7 +156,7 @@ jobs:
156156
uploadSarifReport: false
157157

158158
build:
159-
runs-on: ubuntu-latest
159+
runs-on: aws-powertools_ubuntu-latest_8-core
160160
needs:
161161
- setup
162162
- quality
@@ -183,7 +183,7 @@ jobs:
183183
mvn -B install --file pom.xml
184184
185185
publish:
186-
runs-on: ubuntu-latest
186+
runs-on: aws-powertools_ubuntu-latest_8-core
187187
if: ${{ github.repository == 'aws-powertools/powertools-lambda-java' && inputs.skip_publish == false && always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }}
188188
needs:
189189
- build

0 commit comments

Comments
 (0)