Skip to content

Commit 5f9edcf

Browse files
remove create-release, x86_64-apple-darwin, universal-apple-darwin.
1 parent eef407b commit 5f9edcf

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ on:
99
- v[0-9]+.*
1010

1111
jobs:
12-
create-release:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v6
16-
- uses: taiki-e/create-gh-release-action@v1
17-
with:
18-
# (optional) Path to changelog.
19-
#changelog: CHANGELOG.md
20-
# (required) GitHub token for creating GitHub Releases.
21-
token: ${{ secrets.GITHUB_TOKEN }}
22-
2312
upload-assets:
2413
strategy:
2514
matrix:
@@ -30,11 +19,6 @@ jobs:
3019
os: macos-latest
3120
- target: x86_64-unknown-linux-gnu
3221
os: ubuntu-latest
33-
- target: x86_64-apple-darwin
34-
os: macos-latest
35-
# Universal macOS binary is supported as universal-apple-darwin.
36-
- target: universal-apple-darwin
37-
os: macos-latest
3822
- target: x86_64-pc-windows-msvc
3923
os: windows-latest
4024
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)