Skip to content

Commit

Permalink
Merge pull request #92 from axivo/fix/workflow
Browse files Browse the repository at this point in the history
Set build run to ubuntu-latest tag
  • Loading branch information
fmunteanu authored May 24, 2024
2 parents 87c7e9b + 22c7e56 commit 49a0c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
jobs:
build:
name: Build Documentation
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 49a0c6c

Please sign in to comment.