Skip to content

Commit 7371553

Browse files
authored
Merge pull request #346 from koxudaxi/update_CI_os_version
Update CI os version
2 parents f1c7269 + 308ed2b commit 7371553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-deploy:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1
1313

@@ -35,4 +35,4 @@ jobs:
3535
env:
3636
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
3737
PUBLISH_BRANCH: gh-pages
38-
PUBLISH_DIR: ./site
38+
PUBLISH_DIR: ./site

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-n-publish:
1010
name: Build and publish Python 🐍 distributions 📦 to PyPI
1111
if: "success() && startsWith(github.ref, 'refs/tags/')"
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
1515
- uses: actions/cache@v1

0 commit comments

Comments
 (0)