Skip to content

Commit

Permalink
ci: try running tests workflow on macOS x86_64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Apr 2, 2024
1 parent 181181d commit c3388a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
- os: linux
runs-on: ubuntu-22.04
arch: x86_64
include:
- os: macOS
runs-on: macos-12
arch: x86_64
include:
- os: macOS
runs-on: macos-14
arch: arm64

name: "${{ matrix.os }}-${{ matrix.arch }}"
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit c3388a5

Please sign in to comment.