Skip to content

Commit 14a4e70

Browse files
committed
use ubuntu-22 instead of ubuntu-latest for tests
1 parent b001620 commit 14a4e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ubuntu-latest, windows-latest]
37+
os: [ubuntu-22, windows-latest]
3838
cargo_flags:
3939
- ""
4040
- "--all-features"

0 commit comments

Comments
 (0)