From a8b91f9d8f44219fe912fbe8a0e01925d1a91fd4 Mon Sep 17 00:00:00 2001 From: Yoshitaka Moriwaki Date: Thu, 18 Jan 2024 17:51:18 +0900 Subject: [PATCH] add max-parallel 2 and cache@v3 --- .github/workflows/build-bottles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-bottles.yml b/.github/workflows/build-bottles.yml index 7cda40ffe..5b7980c95 100644 --- a/.github/workflows/build-bottles.yml +++ b/.github/workflows/build-bottles.yml @@ -11,6 +11,7 @@ jobs: build-bottles: strategy: fail-fast: false + max-parallel: 2 matrix: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} @@ -27,7 +28,7 @@ jobs: - name: Cache Homebrew Bundler RubyGems id: cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}