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 Feb 7, 2024
1 parent b5be3c0 commit a7a95ba
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 All @@ -40,7 +40,7 @@ jobs:
assert cff['keywords'] == zen['keywords']
EOF
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
Expand Down Expand Up @@ -77,7 +77,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 a7a95ba

Please sign in to comment.