fix(ci): use f41 builders (#2709)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-12-21 12:56:07 +08:00
committed by GitHub
parent 3f8925e261
commit de3fec9568
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }}
version: ["rawhide"]
version: ["41"]
fail-fast: false
runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'ARM64' || matrix.pkg.labels['large'] && 'x86-64-lg' || 'ubuntu-latest' }}
container: