From 3388f4b803ef43e86e3274091ba92b01aa4e1809 Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Sat, 14 Jan 2023 15:09:01 -0500 Subject: [PATCH] .github/workflows/codespell.yml: remove ubuntu-18.04 --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 804214cef..50c701151 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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/cancel-workflow-action@0.11.0 with: