Skip to content

Commit

Permalink
ubuntu-18.04->20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Nov 17, 2023
1 parent 71de2f8 commit 87299ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
API_Document_Release:
name: API Document Release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Syncing the webhook
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push
jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
check_license_and_format:
name: License and format
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
if: github.event.pull_request.draft == false && contains(github.event.pull_request.requested_reviewers.*.login, 'oneflow-ci-bot')
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 87299ae

Please sign in to comment.