From 56ed84a1b444b747917b7f5d371c62fad545eaa5 Mon Sep 17 00:00:00 2001 From: Felix Queißner Date: Mon, 5 Jun 2023 08:31:13 +0200 Subject: Removes ubuntu_18 runner --- .github/workflows/build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2386221..530c051 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,18 +19,6 @@ jobs: - name: make run: make - build_ubuntu_18: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - - uses: jurplel/install-qt-action@v2 - with: - version: "5.9.5" - - - name: make - run: make - build-macos: runs-on: macos-latest steps: -- cgit v1.2.3