Skip to content

Commit

Permalink
Test on x86 and apple silicon (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend authored Sep 27, 2024
1 parent 9cc20fd commit b355c9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:

jobs:
tests:
name: Test Compile ${{ matrix.build_type }}
runs-on: macos-latest
name: ${{ matrix.build_type }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
build_type: ["Debug", "Release"]

steps:
Expand Down

0 comments on commit b355c9d

Please sign in to comment.