Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jRimbault authored Jul 31, 2024
1 parent 7fc338b commit fecf955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-apple-darwin
# - x86_64-apple-darwin
- x86_64-pc-windows-msvc
include:
- target: x86_64-unknown-linux-gnu
Expand All @@ -37,9 +37,9 @@ jobs:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
name: yadf-x86_64-unknown-linux-musl.tar.gz
- target: x86_64-apple-darwin
os: macOS-latest
name: yadf-x86_64-apple-darwin.tar.gz
# - target: x86_64-apple-darwin
# os: macOS-latest
# name: yadf-x86_64-apple-darwin.tar.gz
- target: x86_64-pc-windows-msvc
os: windows-latest
name: yadf-x86_64-pc-windows-msvc.zip
Expand Down

0 comments on commit fecf955

Please sign in to comment.