Skip to content

Commit 60a395d

Browse files
ci: add Ubuntu 20.04 to CI workflow matrix
1 parent 9fac98b commit 60a395d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os:
27-
- ubuntu-22.04
2827
- ubuntu-24.04
28+
- ubuntu-22.04
29+
- ubuntu-20.04
2930
flags:
3031
- ""
3132
- "--prod"

0 commit comments

Comments
 (0)