Update linux-builds.yml

Removed ubuntu-latest because there seems to be build issues for ubuntu-22.04
This commit is contained in:
githubuser0xFFFF 2022-12-09 15:04:03 +01:00 committed by GitHub
parent 2cd451c53c
commit 9f5e06ae13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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