diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4515b4a..17142f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-latest] + os: [macos-latest, macos-latest-xlarge] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew @@ -17,7 +17,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 }}