Skip to content

Commit

Permalink
all in the same runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Dec 12, 2024
1 parent 5d9eba8 commit 732217f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
HUGO_VERSION: 0.139.3
steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
environment:
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 732217f

Please sign in to comment.