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.
2 parents f0bacea + 1fa675d commit d402e95Copy full SHA for d402e95
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
include:
23
- name: Linux
24
- os: ubuntu-20.04
+ os: ubuntu-22.04
25
releaseArgs: --linux64
26
27
- name: macOS
.github/workflows/nightly.yml
@@ -28,7 +28,7 @@ jobs:
28
release:
29
name: Release
30
needs: ci
31
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
32
steps:
33
- name: Fetch build artifacts
34
uses: actions/download-artifact@v2
0 commit comments