Skip to content

Commit

Permalink
Reverted Noble runners to Jammy (#158)
Browse files Browse the repository at this point in the history
Our document build is not working under Noble because of Ruby version
incompatibilities. Reverted runners to Jammy.
  • Loading branch information
mrgarris0n authored Jan 27, 2025
2 parents a5ab0d4 + 01b4ab2 commit 739626f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -105,7 +105,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 739626f

Please sign in to comment.