Update linux-builds.yml

Removed ubuntu 16.04 from GitHub workflow because it is not supported by GitHUb any longer
This commit is contained in:
githubuser0xFFFF
2021-10-05 06:56:51 +02:00
committed by GitHub
parent 0b82ff30fe
commit 5f89dd0465

View File

@@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, ubuntu-16.04]
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
runs-on: ${{ matrix.os }}