Skip to content

Commit 255dd0d

Browse files
committed
Update glibc version for CI
1 parent dac652e commit 255dd0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# binaries, so we use the same glibc version
2626
#
2727
# ref: https://github.com/rust-lang/mdBook/pull/1955
28-
os: ubuntu-20.04
28+
os: ubuntu-22.04
2929
name: x86_64-unknown-linux-gnu.tar.gz
3030
- target: x86_64-unknown-linux-musl
3131
os: ubuntu-latest
@@ -137,7 +137,7 @@ jobs:
137137
publish:
138138
name: Publish to crates.io
139139
needs: github_release
140-
runs-on: ubuntu-20.04
140+
runs-on: ubuntu-22.04
141141
steps:
142142
- uses: actions/checkout@v4
143143
- name: Install toolchain

0 commit comments

Comments
 (0)