Skip to content

Commit 8773edf

Browse files
committed
Remove ubuntu-20.04 from build matrix
1 parent f3f05e3 commit 8773edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04]
11+
os: [ubuntu-22.04]
1212
steps:
1313
-
1414
name: Checkout
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-20.04, ubuntu-22.04]
25+
os: [ubuntu-22.04]
2626
example: [mock-injection, wiring-blink]
2727
steps:
2828
-

0 commit comments

Comments
 (0)