Skip to content

Commit

Permalink
re-disable mac for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
trusch committed Nov 1, 2024
1 parent c14499e commit 7a90ba9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ jobs:
target: aarch64-unknown-linux-gnu
strip: aarch64-linux-gnu-strip
qemu: qemu-aarch64
- build: macos
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
# - build: win-msvc
# os: windows-latest
# rust: nightly
# target: x86_64-pc-windows-msvc
# - build: macos
# os: macos-latest
# rust: nightly
# target: x86_64-apple-darwin
# - build: win-msvc
# os: windows-latest
# rust: nightly
# target: x86_64-pc-windows-msvc

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7a90ba9

Please sign in to comment.