Skip to content

Commit

Permalink
ci(test): Also test on Apple Silicon Mac
Browse files Browse the repository at this point in the history
To check on almost every platform.
  • Loading branch information
5ouma committed Mar 8, 2024
1 parent 6bf9d30 commit 059234d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/homebrew-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ on:

jobs:
Test-Bot:
runs-on: macOS-Latest
strategy:
matrix:
os: [macOS-13, macOS-14]
runs-on: ${{ matrix.os }}

steps:
- name: 🍺 Setup Homebrew
Expand Down

0 comments on commit 059234d

Please sign in to comment.