Skip to content

Commit

Permalink
修改actions脚本 #64
Browse files Browse the repository at this point in the history
  • Loading branch information
lwch committed Jun 13, 2024
1 parent a5abdad commit 1e3f5e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# omitBody: true

release_macos_arm64:
runs-on: macos-13-xlarge
runs-on: macos-14
steps:
- uses: actions/checkout@v3

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
release_linux_118_glibc232:
runs-on: ubuntu22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: setup cuda
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
omitBody: true

release_linux_121_glibc232:
runs-on: ubuntu22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: setup cuda
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
omitBody: true

release_linux_118_glibc231:
runs-on: ubuntu20.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: setup cuda
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
omitBody: true

release_linux_121_glibc231:
runs-on: ubuntu20.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: setup cuda
Expand Down

0 comments on commit 1e3f5e9

Please sign in to comment.