We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac652e commit 255dd0dCopy full SHA for 255dd0d
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
# binaries, so we use the same glibc version
26
#
27
# ref: https://github.com/rust-lang/mdBook/pull/1955
28
- os: ubuntu-20.04
+ os: ubuntu-22.04
29
name: x86_64-unknown-linux-gnu.tar.gz
30
- target: x86_64-unknown-linux-musl
31
os: ubuntu-latest
@@ -137,7 +137,7 @@ jobs:
137
publish:
138
name: Publish to crates.io
139
needs: github_release
140
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
141
steps:
142
- uses: actions/checkout@v4
143
- name: Install toolchain
0 commit comments