diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 384b7ea0..53f40d06 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: matrix: test: [libssh, httpd] name: ${{ matrix.test }} - container: fedora:rawhide + container: fedora:latest env: PKCS11_MODULE: /usr/lib64/ossl-modules/pkcs11.so steps: @@ -51,7 +51,7 @@ jobs: test-bind: name: bind runs-on: ubuntu-22.04 - container: fedora:rawhide + container: fedora:latest steps: - name: Get Date for DNF cache entry id: get-date