Skip to content

Commit

Permalink
[FIX] Fix ubuntu version on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
newtratip committed Sep 1, 2023
1 parent 2133025 commit da98ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: pip install mkdocs mkdocs-material
Expand Down

0 comments on commit da98ee9

Please sign in to comment.