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

This commit is contained in:
madomado
2025-01-12 21:48:47 +08:00
committed by GitHub
parent b79fb62f8f
commit 6f15dfa7f5
11 changed files with 179 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
version: ["41"]
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