Skip to content

Commit

Permalink
Merge pull request #346 from koxudaxi/update_CI_os_version
Browse files Browse the repository at this point in the history
Update CI os version
  • Loading branch information
koxudaxi committed Apr 27, 2023
2 parents f1c7269 + 308ed2b commit 7371553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./site
PUBLISH_DIR: ./site
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
if: "success() && startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
Expand Down

0 comments on commit 7371553

Please sign in to comment.