Skip to content

Commit

Permalink
Use Ubuntu LTS 22.04 to avoid build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Jan 3, 2024
1 parent d818b51 commit 3e83241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
SITE_PREFIX: state-of-open-source-ai
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
# https://jupyterbook.org/en/stable/reference/cli.html
run: jupyter-book build --builder linkcheck --warningiserror --nitpick --keep-going .
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check, build]
steps:
- id: deployment
Expand Down

0 comments on commit 3e83241

Please sign in to comment.