Skip to content

Commit 9923b27

Browse files
committed
fix kani build job
Ubuntu 20.04 has been retired.
1 parent f01a291 commit 9923b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
run: cargo +stable semver-checks check-release
177177

178178
kani:
179-
runs-on: ubuntu-20.04
179+
runs-on: ubuntu-latest
180180
steps:
181181
- uses: actions/checkout@v4
182182
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)