Skip to content

Commit 3388f4b

Browse files
committed
.github/workflows/codespell.yml: remove ubuntu-18.04
1 parent 8cd3cbe commit 3388f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
14+
os: [ubuntu-20.04, ubuntu-latest]
1515
steps:
1616
- uses: styfle/[email protected]
1717
with:

0 commit comments

Comments
 (0)