Skip to content

Commit

Permalink
Merge pull request #1762 from fabianegli/use-ubuntu-latest-for-api-docs
Browse files Browse the repository at this point in the history
use ubuntu-latest for api docs generatoin and release
  • Loading branch information
ewels authored Aug 23, 2022
2 parents e6c8366 + ab7e3e3 commit 9c8614b
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 9c8614b

Please sign in to comment.