Skip to content

Commit

Permalink
add m1 build
Browse files Browse the repository at this point in the history
Closes #22.

Signed-off-by: James Walker <walkah@walkah.net>
  • Loading branch information
walkah committed Oct 17, 2023
1 parent bcded34 commit d527aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit d527aca

Please sign in to comment.