Skip to content

Commit

Permalink
github action issue, mitigate by using ubuntu-22.04. ubuntu-latest up…
Browse files Browse the repository at this point in the history
…date will haben 20250105-20250117. actions/runner-images#10636
  • Loading branch information
Stefan B committed Jan 5, 2025
1 parent 1c2713c commit 76d8e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -65,7 +65,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 76d8e17

Please sign in to comment.