Skip to content

Commit db95ab9

Browse files
committed
Updating github-config
1 parent 53fcc22 commit db95ab9

10 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/approve-bot-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
download:
1111
name: Download PR Artifact
1212
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
outputs:
1515
pr-author: ${{ steps.pr-data.outputs.author }}
1616
pr-number: ${{ steps.pr-data.outputs.number }}
@@ -32,7 +32,7 @@ jobs:
3232
name: Approve Bot PRs
3333
needs: download
3434
if: ${{ needs.download.outputs.pr-author == 'paketo-bot' || needs.download.outputs.pr-author == 'dependabot[bot]' }}
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- name: Check Commit Verification
3838
id: unverified-commits

.github/workflows/create-draft-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency: release
1717
jobs:
1818
builders:
1919
name: Get Builders for Testing
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
outputs:
2222
builders: ${{ steps.builders.outputs.builders }}
2323
steps:
@@ -33,7 +33,7 @@ jobs:
3333
printf "::set-output name=builders::%s\n" "${builders}"
3434
integration:
3535
name: Integration Tests
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-22.04
3737
needs: [builders]
3838
strategy:
3939
matrix:
@@ -52,7 +52,7 @@ jobs:
5252

5353
release:
5454
name: Release
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-22.04
5656
needs: integration
5757
steps:
5858
- name: Checkout
@@ -109,7 +109,7 @@ jobs:
109109
110110
failure:
111111
name: Alert on Failure
112-
runs-on: ubuntu-latest
112+
runs-on: ubuntu-22.04
113113
needs: [ integration, release ]
114114
if: ${{ always() && needs.integration.result == 'failure' || needs.release.result == 'failure' }}
115115
steps:

.github/workflows/label-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency: pr_labels_${{ github.event.number }}
1515
jobs:
1616
autolabel:
1717
name: Ensure Minimal Semver Labels
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Check Minimal Semver Labels
2121
uses: mheap/github-action-required-labels@v1

.github/workflows/lint-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lintYaml:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
1414

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
golangci:
1313
name: lint
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Setup Go
1717
uses: actions/setup-go@v3

.github/workflows/push-buildpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
push:
1010
name: Push
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313

1414
- name: Parse Event
@@ -76,7 +76,7 @@ jobs:
7676

7777
failure:
7878
name: Alert on Failure
79-
runs-on: ubuntu-latest
79+
runs-on: ubuntu-22.04
8080
needs: [push]
8181
if: ${{ always() && needs.push.result == 'failure' }}
8282
steps:

.github/workflows/synchronize-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
synchronize:
1010
name: Synchronize Labels
1111
runs-on:
12-
- ubuntu-latest
12+
- ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: micnncim/action-label-syncer@v1

.github/workflows/test-pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
builders:
1515
name: Get Builders for Testing
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
outputs:
1818
builders: ${{ steps.builders.outputs.builders }}
1919
steps:
@@ -30,7 +30,7 @@ jobs:
3030
3131
integration:
3232
name: Integration Tests with Builders
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-22.04
3434
needs: [builders]
3535
strategy:
3636
matrix:
@@ -52,7 +52,7 @@ jobs:
5252

5353
roundup:
5454
name: Integration Tests
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-22.04
5656
needs: integration
5757
steps:
5858
- run: |
@@ -61,7 +61,7 @@ jobs:
6161
6262
upload:
6363
name: Upload Workflow Event Payload
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-22.04
6565
steps:
6666
- name: Upload Artifact
6767
uses: actions/upload-artifact@v2

.github/workflows/update-buildpack-toml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: buildpack_update
99

1010
jobs:
1111
update-buildpack-toml:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
name: Update buildpack.toml
1414
steps:
1515

.github/workflows/update-github-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency: github_config_update
1010
jobs:
1111
build:
1212
name: Create PR to update shared files
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515

1616
- name: Checkout

0 commit comments

Comments
 (0)