mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 11:52:17 +00:00
fix: use rawhide builder for rawhide (#1055)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user