Skip to content

Commit 6b564cb

Browse files
committed
switch linux runner to 20.04
1 parent e9755de commit 6b564cb

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-latest
97+
runs-on: ubuntu-20.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-latest
175+
runs-on: ubuntu-20.04
176176
strategy:
177177
fail-fast: false
178178
matrix:

0 commit comments

Comments
 (0)