diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 4e5d0a67b2f..4228cd8e790 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: supported_versions: [ '2024.1', '2024.2', '2024.3' ] - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} steps: - uses: actions/checkout@v4 with: @@ -50,7 +50,7 @@ jobs: strategy: matrix: supported_versions: [ '2024.1', '2024.2', '2024.3' ] - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} steps: - uses: actions/checkout@v4 with: @@ -79,7 +79,7 @@ jobs: strategy: matrix: supported_versions: [ '2024.1', '2024.2', '2024.3' ] - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} steps: - uses: actions/checkout@v4 with: @@ -106,7 +106,7 @@ jobs: retention-days: 1 generate_changelog: - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} outputs: feature: ${{ steps.assign_output.outputs.feature }} tagname: ${{ steps.assign_output.outputs.tagname }} @@ -157,7 +157,7 @@ jobs: AWS_TOOLKIT_VERSION: ${{ needs.generate_changelog.outputs.version }} BRANCH: ${{ github.ref_name }} AWS_TOOLKIT_CHANGES: ${{ needs.generate_changelog.outputs.changes }} - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} permissions: contents: write steps: diff --git a/.github/workflows/qodana-check.yml b/.github/workflows/qodana-check.yml index fef67e81c3c..856811fd73e 100644 --- a/.github/workflows/qodana-check.yml +++ b/.github/workflows/qodana-check.yml @@ -13,7 +13,7 @@ concurrency: jobs: qodana: - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} permissions: contents: read # PR check diff --git a/.github/workflows/stale-issue-cleanup.yml b/.github/workflows/stale-issue-cleanup.yml index ce1ed2b33c9..561ac0b3514 100644 --- a/.github/workflows/stale-issue-cleanup.yml +++ b/.github/workflows/stale-issue-cleanup.yml @@ -13,7 +13,7 @@ jobs: permissions: issues: write # to label, comment and close issues (aws-actions/stale-issue-cleanup) - runs-on: ubuntu-latest + runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }} name: Stale issues steps: - uses: aws-actions/stale-issue-cleanup@v6