Skip to content

Commit

Permalink
Merge pull request #76 from smile0655/change_ubuntu
Browse files Browse the repository at this point in the history
fix_ubuntu
  • Loading branch information
ouyangyu authored May 23, 2023
2 parents 7a78947 + e73a54d commit ae78950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoprof_discover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
test_result:
name: Get Test Result
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout OneFlow Test
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libai_test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
test_result:
name: Get Test Result
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout OneFlow Test
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resnet50_test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
test_result:
name: Get Test Result
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout OneFlow Test
uses: actions/checkout@v2
Expand Down

0 comments on commit ae78950

Please sign in to comment.