Skip to content

Commit

Permalink
Add M1 macOS runner to CI workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz authored Feb 22, 2024
1 parent adae0d8 commit fb03dec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
# macos-13 is an Intel runner, macos-14 is Apple Silicon
os: [ubuntu-22.04, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand All @@ -19,7 +20,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
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 fb03dec

Please sign in to comment.