feat: branch off frawhide to f42

This commit is contained in:
madonuko
2025-02-13 20:47:10 +08:00
parent 9a469c22b7
commit 5bbda3309d
8 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
pkg: ${{ fromJson(needs.parse.outputs.pkgs) }}
version: ["rawhide"]
version: ["42"]
arch: ${{ fromJson(needs.parse.outputs.arch) }}
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || needs.parse.outputs.builder && needs.parse.outputs.builder || 'ubuntu-22.04' }}