ci: Stop using Ubuntu 18.04 (#1420)

This commit is contained in:
Edwin Kofler 2023-01-06 04:19:10 -08:00 committed by GitHub
parent 670c96d1a6
commit b21dc46d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ jobs:
- macos-10.15
- macos-11
- macos-12
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
runs-on: ${{ matrix.os }}
@ -67,4 +66,4 @@ jobs:
run: bats test
env:
GITHUB_API_TOKEN: ${{ github.token }}
SKIP_NUSHELL_TESTS: "${{ matrix.os == 'ubuntu-18.04' && 'YES' }}"
SKIP_NUSHELL_TESTS: "${{ matrix.os == 'ubuntu-18.04' && 'YES' }}"