From 9f5e06ae1316524a034f9991bc9a2ab4ee957283 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Fri, 9 Dec 2022 15:04:03 +0100 Subject: [PATCH] Update linux-builds.yml Removed ubuntu-latest because there seems to be build issues for ubuntu-22.04 --- .github/workflows/linux-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-builds.yml b/.github/workflows/linux-builds.yml index f3e2492..9a80bd9 100644 --- a/.github/workflows/linux-builds.yml +++ b/.github/workflows/linux-builds.yml @@ -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 }}