Skip to content

Commit 47848ce

Browse files
committed
switch to ubuntu 22.04
1 parent 058dbe1 commit 47848ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
Linux:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
steps:
99
- name: Creating contiguous...
1010
uses: ncipollo/release-action@v1
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Dependencies...
3131
run: |
3232
sudo apt-get update
33-
sudo apt-get -y install qt5-default qttools5-dev qttools5-dev-tools libgtk2.0-dev libfuse-dev libmagic-dev libtag1-dev libssl-dev ninja-build cmake
33+
sudo apt-get -y install qt6-base-dev qt6-tools-dev libgtk2.0-dev libfuse-dev libmagic-dev libtag1-dev libssl-dev ninja-build cmake
3434
- name: Checking out sources...
3535
uses: actions/checkout@v4
3636
- name: Configuring...

0 commit comments

Comments
 (0)