Skip to content

Commit

Permalink
fix: use rawhide builder for rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Apr 4, 2024
1 parent 965a135 commit 487f28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }}
version: ["39"]
version: ["rawhide"]
fail-fast: false
runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
Expand Down

0 comments on commit 487f28c

Please sign in to comment.