ci: update Ubuntu runner to 22.04 (#433)

also install libfuse2 since that isn't a default install on 22.04+
This commit is contained in:
Nicolet
2025-03-04 13:38:32 -06:00
committed by GitHub
parent bc6d514d1c
commit 0492e8efb8

View File

@@ -174,7 +174,7 @@ jobs:
artifact_name: linux-playback
build_config: playback
name: "Ubuntu ${{ matrix.build_type }}"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: "Checkout"
uses: actions/checkout@v3
@@ -229,7 +229,8 @@ jobs:
libpng-dev \
qtbase5-private-dev \
libxxf86vm-dev \
x11proto-xinerama-dev
x11proto-xinerama-dev \
libfuse2
- id: rust_ver
name: Grab Rust Version
shell: bash