Skip to content

Commit

Permalink
Add M1 macOS runner to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Feb 22, 2024
1 parent adae0d8 commit 5645fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 Down

0 comments on commit 5645fef

Please sign in to comment.