From d9416a27c610e7324c12ce02af4d8e76fd033b64 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 3 Apr 2024 11:30:13 +0200 Subject: [PATCH] fix: Run publish-crates-cargo on macos-latest 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 --- .github/workflows/release-crates-cargo.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-crates-cargo.yml b/.github/workflows/release-crates-cargo.yml index 8932ace..e63048b 100644 --- a/.github/workflows/release-crates-cargo.yml +++ b/.github/workflows/release-crates-cargo.yml @@ -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 }}