Skip to content

Commit

Permalink
Use Ubuntu 22.04 in pages build (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Jan 10, 2025
1 parent 33de9e3 commit f9df252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build:
name: Run mdoc and build Docusaurus
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout working directory
uses: actions/checkout@v4
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit f9df252

Please sign in to comment.