diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0cc9016c..dfa3026d2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,6 +36,7 @@ jobs: test-build: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: builder: - docker @@ -184,7 +185,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && (matrix.kwokctl-runtime == 'podman' || matrix.kwokctl-runtime == 'kind-podman') }} shell: bash run: | - sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades + sudo apt install podman - name: Setup Crun on Kind Podman if: ${{ matrix.os == 'ubuntu-latest' && matrix.kwokctl-runtime == 'kind-podman' }}