Skip to content

Commit

Permalink
chore: update to 16-core label.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyuheng200 authored Nov 29, 2023
1 parent 055f60b commit 863b2cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CodeQL-Build:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: aws-athena-query-federation_ubuntu-latest_8-core
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
permissions:
security-events: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cut_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
cut_release:
name: Cut a release
runs-on: aws-athena-query-federation_ubuntu-latest_8-core
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
steps:
- name: Setup dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
build-and-deploy:
runs-on: aws-athena-query-federation_ubuntu-latest_8-core
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: aws-athena-query-federation_ubuntu-latest_8-core
runs-on: aws-athena-query-federation_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
Expand Down

0 comments on commit 863b2cc

Please sign in to comment.