Skip to content

Commit

Permalink
Replace outdated runner (#411)
Browse files Browse the repository at this point in the history
* Replace outdated runner

* Use specific version instead of latest
  • Loading branch information
timorleph authored Feb 20, 2024
1 parent 657e844 commit d19e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup mdBook
Expand Down

0 comments on commit d19e31f

Please sign in to comment.