Skip to content

Commit 6f6cec5

Browse files
authored
.github: run all gha on ubuntu latest (#7091)
* run all gha on ubuntu latest * replace latest with 22.04
1 parent d04d60b commit 6f6cec5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

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

2626
jobs:
2727
build:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
steps:
3030
- uses: actions/checkout@v3
3131

.github/workflows/ci.yml

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

2626
jobs:
2727
build:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929

3030
strategy:
3131
fail-fast: false

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
build:
3131
name: codecov
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v3
3535

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: read # for actions/checkout to fetch code
3333
statuses: write # for github/super-linter to mark status of each linter run
3434
name: Super-Linter Check
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- name: Checkout Code
3838
uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848
VALIDATE_PYTHON_FLAKE8: true
4949
pre-commit:
5050
name: Run pre-commit
51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-22.04
5252
steps:
5353
- name: Check Out
5454
uses: actions/checkout@v3

.github/workflows/merge-conflict-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
triage:
3333
permissions:
3434
pull-requests: write # for eps1lon/actions-label-merge-conflict to label PRs
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- name: Conflict Check
3838
uses: eps1lon/actions-label-merge-conflict@v2.0.0

.github/workflows/rat.yml

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

2626
jobs:
2727
build:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up JDK 11

0 commit comments

Comments
 (0)