Keep only Ubuntu 20.04 & 18.04 for GitHub Actions

This commit is contained in:
VirtuBox
2022-09-09 12:14:24 +02:00
committed by GitHub
parent 1836fe66d5
commit 62e453c6c7

View File

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