Remove Ubuntu 18.04 from Actions

This commit is contained in:
VirtuBox
2022-11-03 16:05:47 +01:00
committed by GitHub
parent bb981dab85
commit dbea5ee459

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- uses: actions/checkout@v3