Skip to content

Commit f2cb16a

Browse files
authored
CI: update action ubuntu build runners to 22.04 (#4847)
1 parent 98477e2 commit f2cb16a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
if-no-files-found: error
100100
retention-days: 7 # keep for 7 days, should be enough
101101

102-
build-ubuntu2004:
103-
runs-on: ubuntu-20.04
102+
build-ubuntu2204:
103+
runs-on: ubuntu-22.04
104104
steps:
105105
# - copy code below to release.yml -
106106
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
# build-release-windows: # this is done by hand because of signing
3030
# build-release-macos: # LF volunteer
3131

32-
build-release-ubuntu2004:
33-
runs-on: ubuntu-20.04
32+
build-release-ubuntu2204:
33+
runs-on: ubuntu-22.04
3434
steps:
3535
- name: Set env
3636
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)