Update bootstrap.yml

Update image to Alma

Signed-off-by: Willow <willow@willowidk.dev>
This commit is contained in:
Willow
2025-02-13 11:50:05 -06:00
committed by GitHub
parent e6e14ca042
commit 09d7034981
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
fail-fast: true
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: quay.io/centos/centos:stream${{ matrix.version }}-development
image: quay.io/almalinuxorg/almalinux:${{ matrix.version }}-kitten
options: --cap-add=SYS_ADMIN --privileged
steps:
- uses: actions/checkout@v4