Skip to content

Commit

Permalink
fix: Run publish-crates-cargo on windows-latest (#76)
Browse files Browse the repository at this point in the history
As of today, `df -h` returns the following:
- On ubuntu-latest: 18G :)
- On macos-latest: 69G
- On windows-latest: 72G

The windows-latest runner has better specs than the macos-latest runner, hence the choice.

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
  • Loading branch information
fuzzypixelz authored Apr 3, 2024
1 parent 05bc47a commit 9c9011d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-crates-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: easimon/maximize-build-space@master

- uses: eclipse-zenoh/ci/publish-crates-cargo@main
with:
repo: ${{ inputs.repo }}
Expand Down

0 comments on commit 9c9011d

Please # to comment.