Skip to content

Commit c7fe148

Browse files
committed
update Ubuntu to 22.04
1 parent e61c4fc commit c7fe148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
test-on-linux:
9696
name: Test on Linux
97-
runs-on: ubuntu-20.04
97+
runs-on: ubuntu-22.04
9898
strategy:
9999
fail-fast: false
100100
matrix:
@@ -172,7 +172,7 @@ jobs:
172172

173173
test-without-spm-on-linux:
174174
name: Test without SPM on Linux
175-
runs-on: ubuntu-20.04
175+
runs-on: ubuntu-22.04
176176
strategy:
177177
fail-fast: false
178178
matrix:

0 commit comments

Comments
 (0)