File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 name : Mac
1515
16- runs-on : macos-latest
16+ runs-on : codebuild-JB-linux-runner-${{ github.run_id }}-${{ github.run_attempt }}
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 supported_versions : [ '2024.1', '2024.2', '2024.3' ]
21- runs-on : ubuntu-latest
21+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
2222 steps :
2323 - uses : actions/checkout@v4
2424 with :
5050 strategy :
5151 matrix :
5252 supported_versions : [ '2024.1', '2024.2', '2024.3' ]
53- runs-on : ubuntu-latest
53+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
5454 steps :
5555 - uses : actions/checkout@v4
5656 with :
7979 strategy :
8080 matrix :
8181 supported_versions : [ '2024.1', '2024.2', '2024.3' ]
82- runs-on : ubuntu-latest
82+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
8383 steps :
8484 - uses : actions/checkout@v4
8585 with :
@@ -106,7 +106,7 @@ jobs:
106106 retention-days : 1
107107
108108 generate_changelog :
109- runs-on : ubuntu-latest
109+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
110110 outputs :
111111 feature : ${{ steps.assign_output.outputs.feature }}
112112 tagname : ${{ steps.assign_output.outputs.tagname }}
@@ -157,7 +157,7 @@ jobs:
157157 AWS_TOOLKIT_VERSION : ${{ needs.generate_changelog.outputs.version }}
158158 BRANCH : ${{ github.ref_name }}
159159 AWS_TOOLKIT_CHANGES : ${{ needs.generate_changelog.outputs.changes }}
160- runs-on : ubuntu-latest
160+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
161161 permissions :
162162 contents : write
163163 steps :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 qodana :
16- runs-on : ubuntu-latest
16+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
1717 permissions :
1818 contents : read
1919 # PR check
Original file line number Diff line number Diff line change 1313 permissions :
1414 issues : write # to label, comment and close issues (aws-actions/stale-issue-cleanup)
1515
16- runs-on : ubuntu-latest
16+ runs-on : codebuild-JB- ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
1717 name : Stale issues
1818 steps :
1919 - uses : aws-actions/stale-issue-cleanup@v6
You can’t perform that action at this time.
0 commit comments