Skip to content

Commit

Permalink
Do not use SSE flags on arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Dec 3, 2024
1 parent e36f859 commit ff623ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
build_and_test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-15]
os:
- ubuntu-latest
- macos-15-large # x86_64
- macos-15 # arm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ff623ae

Please sign in to comment.