Skip to content

Commit 147b06d

Browse files
committed
change ubuntu runner
1 parent 617c3db commit 147b06d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
160+
runs-on: codebuild-jb-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
161161
permissions:
162162
contents: write
163163
steps:

.github/workflows/qodana-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
qodana:
16-
runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
16+
runs-on: codebuild-jb-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
1717
permissions:
1818
contents: read
1919
# PR check

.github/workflows/stale-issue-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
issues: write # to label, comment and close issues (aws-actions/stale-issue-cleanup)
1515

16-
runs-on: codebuild-JB-ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
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

0 commit comments

Comments
 (0)