Skip to content

Commit

Permalink
CI: Drop ubuntu-18.04, add ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Apr 13, 2023
1 parent bde565a commit 5330e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]

steps:
- name: Checkout
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y qt5-default qtbase5-dev qtdeclarative5-dev
sudo apt install -y qtbase5-dev qtdeclarative5-dev
- name: Build firebird-headless
working-directory: headless
Expand Down

0 comments on commit 5330e7e

Please sign in to comment.