Skip to content

Commit

Permalink
feat: add macos arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 5, 2024
1 parent 812f872 commit 8a2fe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12]
os: [macos-12, macos-15]
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8a2fe9a

Please sign in to comment.