Run ubunut pkg tests on 22.04

This commit is contained in:
Daniel A. Wozniak 2024-11-09 10:06:08 -07:00 committed by Daniel Wozniak
parent 00df4de895
commit 74882ae911

View file

@ -109,13 +109,13 @@ jobs:
test:
name: Test
runs-on:
- ${{ inputs.arch == 'x86_64' && 'ubuntu-latest' || 'linux-arm64' }}
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
container:
image: ${{ inputs.container }}
options: --privileged
volumes:
- /run/systemd/system:/run/systemd/system
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
#volumes:
# - /run/systemd/system:/run/systemd/system
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
timeout-minutes: 120 # 2 Hours - More than this and something is wrong
needs:
- generate-matrix