Skip to content

Commit

Permalink
修改: .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whybeyoung committed May 7, 2024
1 parent af0b085 commit 1a92506
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
goreleaser:
strategy:
matrix:
cuda: [ 10.1,11.2,11.6,11.7]
python: [ 3.9.13 ]
golang: [1.17]
cuda: [ 12.1,11.7]
python: [ 3.9.13,3.11.7 ]
golang: ["1.20"]
ubuntu_os: [1804]
runs-on: ubuntu-latest
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.17
go-version: 1.20

- name: Prepare
id: prepare
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.17
go-version: 1.20

- name: Prepare
id: prepare
Expand Down

0 comments on commit 1a92506

Please sign in to comment.