Skip to content

Commit

Permalink
Pin version of Ubuntu image for GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rjosephwright authored and cloudboss committed Jun 4, 2023
1 parent b4215cd commit 7f1cc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defaults:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
HUGO_VERSION: 0.111.3
steps:
Expand Down Expand Up @@ -80,7 +80,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 7f1cc08

Please sign in to comment.