Removes ubuntu_18 runner

This commit is contained in:
Felix Queißner 2023-06-05 08:31:13 +02:00 committed by GitHub
parent b6c0259854
commit 56ed84a1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -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: