mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ci: Stop using Ubuntu 18.04 (#1420)
This commit is contained in:
parent
670c96d1a6
commit
b21dc46d70
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user