Skip to content

Commit 1771bd7

Browse files
committed
[ci] Update to ubuntu-22.04 GitHub actions runner
Signed-off-by: Michael Brown <[email protected]>
1 parent b384fb7 commit 1771bd7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
gcc:
88
name: Build (gcc)
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Check out code
1212
uses: actions/checkout@v3
@@ -22,7 +22,7 @@ jobs:
2222
2323
clang:
2424
name: Build (clang)
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Check out code
2828
uses: actions/checkout@v3

.github/workflows/coverity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
submit:
1010
name: Submit
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Check out code
1414
uses: actions/checkout@v3

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
release:
1515
name: Create release
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818

1919
- name: Check out code

.github/workflows/qa.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
secrets:
1111
name: Secrets check
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
env:
1414
IMAGES_RSYNC_URI: ${{ secrets.IMAGES_RSYNC_URI }}
1515
outputs:
@@ -24,7 +24,7 @@ jobs:
2424
2525
cache:
2626
name: Image cache
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
needs: secrets
2929
if: needs.secrets.outputs.present
3030
outputs:
@@ -73,7 +73,7 @@ jobs:
7373
7474
test:
7575
name: Test
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-22.04
7777
needs: cache
7878
if: ${{ github.event_name == 'push' }}
7979
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
release:
1111
name: Update release
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414

1515
- name: Check out code

0 commit comments

Comments
 (0)