From d527acadc6d86ca56db2b22677001e701b842623 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 17 Oct 2023 12:10:31 -0400 Subject: [PATCH] add m1 build Closes #22. Signed-off-by: James Walker --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}