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 e1ad40a commit ed06cd9Copy full SHA for ed06cd9
.github/workflows/release.yml
@@ -79,11 +79,11 @@ jobs:
79
build: [linux, linux-arm, macos, win-msvc]
80
include:
81
- build: linux
82
- os: ubuntu-18.04
+ os: ubuntu-22.04
83
rust: nightly
84
target: x86_64-unknown-linux-musl
85
- build: linux-arm
86
87
88
target: arm-unknown-linux-gnueabihf
89
- build: macos
@@ -106,7 +106,7 @@ jobs:
106
fetch-depth: 1
107
108
- name: Install packages (Ubuntu)
109
- if: matrix.os == 'ubuntu-18.04'
+ if: matrix.os == 'ubuntu-22.04'
110
run: |
111
ci/ubuntu-install-packages
112
0 commit comments