We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98477e2 commit f2cb16aCopy full SHA for f2cb16a
.github/workflows/build.yml
@@ -99,8 +99,8 @@ jobs:
99
if-no-files-found: error
100
retention-days: 7 # keep for 7 days, should be enough
101
102
- build-ubuntu2004:
103
- runs-on: ubuntu-20.04
+ build-ubuntu2204:
+ runs-on: ubuntu-22.04
104
steps:
105
# - copy code below to release.yml -
106
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -29,8 +29,8 @@ jobs:
29
# build-release-windows: # this is done by hand because of signing
30
# build-release-macos: # LF volunteer
31
32
- build-release-ubuntu2004:
33
+ build-release-ubuntu2204:
34
35
- name: Set env
36
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
0 commit comments