Skip to content

Commit

Permalink
gha/appimage: Bump ubuntu runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Oct 9, 2023
1 parent 1a64ab8 commit c781a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
appimage:
name: ${{ matrix.config.name }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install required dependencies to run AppImage
run: |
sudo apt update
sudo apt install qtbase5-dev xvfb
sudo apt install qtbase5-dev xvfb libfuse2
shell: bash
- name: Check Talipot AppImage can be executed on Ubuntu
working-directory: ./build
Expand Down

0 comments on commit c781a6b

Please sign in to comment.