diff options
| author | Felix Queißner <git@mq32.de> | 2023-06-05 08:31:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-05 08:31:13 +0200 |
| commit | 56ed84a1b444b747917b7f5d371c62fad545eaa5 (patch) | |
| tree | 6e6791ef2c91813c694d9371e82a06a0db174f58 | |
| parent | b6c0259854878401199754374ab0890055d6db74 (diff) | |
Removes ubuntu_18 runner
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 0 insertions, 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: |
