Skip to content

Commit

Permalink
try using 22.04 default repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Oct 31, 2023
1 parent cccf4a2 commit d89335c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# path: Source\bin\${{ matrix.configuration }}\

build-linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -55,11 +55,10 @@ jobs:
sudo apt-get install -y cmake
shell: bash

- name: Install Qt 5.15.4
- name: Install Qt 5.15
run: |
sudo add-apt-repository -y ppa:beineri/opt-qt-5.15.4-focal
sudo apt-get update
sudo apt-get install -y qt515base
sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtbase5-private-dev
shell: bash

- name: Install GCC 13 and G++ 13
Expand Down

0 comments on commit d89335c

Please sign in to comment.