Skip to content

Commit

Permalink
fix: Don't run cargo-publish on Windows, use macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Apr 3, 2024
1 parent c678543 commit 92d09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-crates-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:

jobs:
publish:
runs-on: windows-latest
runs-on: macos-latest
steps:
- uses: eclipse-zenoh/ci/publish-crates-cargo@main
with:
Expand Down

0 comments on commit 92d09c2

Please # to comment.