Skip to content

Commit 1cb292c

Browse files
authored
Merge pull request #894 from ojeda/update-docker
ci: update container to Ubuntu 22.04 and provide `libssl-dev`
2 parents d92de44 + 3352a75 commit 1cb292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
ci:
99
runs-on: ubuntu-20.04
10-
container: ghcr.io/rust-for-linux/ci:Rust-1.62.0
10+
container: ghcr.io/rust-for-linux/ci:Rust-1.62.0-2
1111
timeout-minutes: 25
1212

1313
strategy:

0 commit comments

Comments
 (0)