Skip to content

Commit

Permalink
exclude eigen 3.3.7 from osx arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Apr 3, 2024
1 parent 43fa3ba commit 6b9535e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-12, macos-14, windows-latest ]
eigen: [ 3.3.7, 3.4.0 ]
exclude:
- os: macos-14
eigen: 3.3.7

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6b9535e

Please sign in to comment.