diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d47ef876..88524fa5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: publish: name: Publish to crates.io needs: tests - runs-on: ubuntu-latest + runs-on: ubuntu-latest-xlarge environment: publish steps: @@ -56,4 +56,4 @@ jobs: - name: Publish to crates.io run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} env: - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}