diff --git a/.github/workflows/jekyll-ci.yml b/.github/workflows/jekyll-ci.yml index 1dae88995..ea156f931 100644 --- a/.github/workflows/jekyll-ci.yml +++ b/.github/workflows/jekyll-ci.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.repository == 'MarlinFirmware/MarlinDocumentation' steps: - name: PR Checkout diff --git a/.github/workflows/jekyll-pub.yml b/.github/workflows/jekyll-pub.yml index e8181c0f9..97c794f63 100644 --- a/.github/workflows/jekyll-pub.yml +++ b/.github/workflows/jekyll-pub.yml @@ -27,7 +27,7 @@ jobs: # Build job build: if: github.repository == 'MarlinFirmware/MarlinDocumentation' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -55,7 +55,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: build steps: - name: Deploy to GitHub Pages