Skip to content

Commit 5a42117

Browse files
committed
Update runner to ubuntu-latest
Signed-off-by: Jithendar12 <[email protected]>
1 parent 6bef7b3 commit 5a42117

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
CodeQL-Build:
2525
needs: pre_job
2626
if: needs.pre_job.outputs.should_skip != 'true'
27-
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
27+
runs-on: ubuntu-latest
2828
permissions:
2929
security-events: write
3030
strategy:

.github/workflows/cut_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
cut_release:
88
name: Cut a release
9-
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
9+
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
1212
java-version: ['11', '17']

.github/workflows/javadoc_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
jobs:
77
build-and-deploy:
8-
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
8+
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
1111
java-version: ['11', '17']

.github/workflows/maven_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
needs: pre_job
2121
if: needs.pre_job.outputs.should_skip != 'true'
22-
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
22+
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
2525
java-version: ['11', '17']

0 commit comments

Comments
 (0)