fix(ci): switch to ubuntu-22.04 (#2836) (#2923)

This commit is contained in:
madomado
2025-01-12 21:49:06 +08:00
committed by GitHub
parent 46687a3dba
commit 7940cf7405
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
version: ["40"]
arch: ["x86_64", "aarch64"]
fail-fast: true
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-22.04' }}
container:
image: registry.fedoraproject.org/fedora-minimal:${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged