From ba1ea52bfd1c6abfa1837604cd13fa56d4e12775 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Fri, 6 Dec 2024 14:15:07 +0000 Subject: [PATCH] Use 24.04 image to use Podman --- .github/workflows/gh-pages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 685b353..3ba14c9 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -11,12 +11,12 @@ jobs: fail-fast: false matrix: os: - - ubuntu-latest + - ubuntu-24.04 steps: - name: Check out repository code uses: actions/checkout@v4 - name: Build docs - run: docker run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build + run: podman run --rm -v $PWD:/workspace quay.io/crc-org/mdbook:0.4.43 build - name: Deploy uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main'