Skip to content

Commit

Permalink
Use ubuntu latest (#282)
Browse files Browse the repository at this point in the history
* ubuntu-18.04->20.04

* use ubuntu-latest
  • Loading branch information
ShawnXuan authored Nov 17, 2023
1 parent 48c28d8 commit c7246fa
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-20.04
runs-on: ubuntu-latest
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-20.04
runs-on: ubuntu-latest
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-20.04
runs-on: ubuntu-latest
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 c7246fa

Please sign in to comment.