Add mac builds

main
ko1N 2 days ago
parent 2cf3d16f31
commit 4b056d345c

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
flags: [--all-features, --no-default-features]
steps:
- uses: actions/checkout@v4
@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
flags: [--all-features, --no-default-features]
steps:
- uses: actions/checkout@v4

@ -24,6 +24,12 @@ jobs:
- os_name: windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
toolchain:
- stable
steps:

Loading…
Cancel
Save