Skip to content

Commit

Permalink
Merge pull request #722 from jaimergp/update-ubuntu2004
Browse files Browse the repository at this point in the history
Use ubuntu-latest in docs workflow
  • Loading branch information
hmaarrfk authored Feb 11, 2025
2 parents 36931e1 + c03c20e commit 29f1b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build docs
on: [ push, pull_request ]
jobs:
docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 29f1b14

Please sign in to comment.