Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Aug 25, 2023
1 parent 53be8d4 commit 3d3c4ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
build_cpu_model_convert:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
torch: [1.8.0, 1.9.0]
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build_cpu_sdk:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

cross_build_aarch64:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -147,7 +147,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build_cuda117:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel
env:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build_cuda113:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: pytorch/pytorch:1.12.0-cuda11.3-cudnn8-devel
steps:
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
badge_build_cuda113_windows:
needs: build_cuda113_windows
if: always()
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: create badge
uses: RubbaBoy/[email protected]
Expand Down

0 comments on commit 3d3c4ac

Please sign in to comment.