Skip to content

Commit

Permalink
📌 Pin Ubuntu Runner to 22.04 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Oct 24, 2024
1 parent ea99abd commit 9d1dadf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d1dadf

Please sign in to comment.