Skip to content

Commit

Permalink
change os
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Jan 24, 2025
1 parent c04dfe5 commit 735dbd4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release
on:
push:
branches:
- build-linux-and-windows
release:
types: [published]

Expand All @@ -17,8 +14,8 @@ jobs:
job:
- {os: macos-latest, target: x86_64-apple-darwin, extension: ''}
- {os: macos-latest, target: aarch64-apple-darwin, extension: ''}
- {os: linux-latest, target: x86_64-unknown-linux-gnu, extension: ''}
- {os: linux-latest, target: x86_64-unknown-linux-musl, extension: ''}
- {os: ubuntu-latest, target: x86_64-unknown-linux-gnu, extension: ''}
- {os: ubuntu-latest, target: x86_64-unknown-linux-musl, extension: ''}
- {os: windows-latest, target: x86_64-pc-windows-msvc, extension: '.exe'}
permissions:
contents: write
Expand Down

0 comments on commit 735dbd4

Please sign in to comment.