Skip to content

Commit

Permalink
Support Intel Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed May 25, 2024
1 parent 1efb91a commit 7e5cc2a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: ./build/test.exe
shell: bash

macos:
name: macos
macos-arm:
name: macos-arm
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -41,6 +41,16 @@ jobs:
- name: Run tests
run: ./build/test

macos-intel:
name: macos-intel
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Build
run: make all
- name: Run tests
run: ./build/test

rust-bindings:
runs-on: ubuntu-latest
name: (${{ matrix.target }})
Expand Down

0 comments on commit 7e5cc2a

Please sign in to comment.