Skip to content

Commit

Permalink
adding macos 14 (arm64) to CI (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 27, 2024
1 parent 8897bb7 commit 09ae270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-11, ubuntu-latest]
os: [windows-latest, macos-11, macos-14, ubuntu-latest]
rust: [stable, nightly]
steps:
- uses: actions-rs/toolchain@v1
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Run tests build_cc
run: cargo test --all --features "build_cc usecxx17"
- name: Run tests build_cc
run: cargo test --all --features native-cpu
run: cargo test --all --features native-cpu

0 comments on commit 09ae270

Please sign in to comment.