Skip to content

Commit

Permalink
.github/workflows/codespell.yml: remove ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Jan 14, 2023
1 parent 8cd3cbe commit 3388f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-latest]
steps:
- uses: styfle/[email protected]
with:
Expand Down

0 comments on commit 3388f4b

Please sign in to comment.