Skip to content

Commit

Permalink
use ubuntu-latest for api docs generatoin and release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli committed Aug 23, 2022
1 parent dcd03f3 commit 855daaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools-api-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
api-docs:
name: Build & push Sphinx API docs
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Check out source-code repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools-api-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
api-docs:
name: Build & push Sphinx API docs
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
dir:
Expand Down

0 comments on commit 855daaf

Please sign in to comment.