diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9134ebb..a2566c4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 \ No newline at end of file + run: cargo test --all --features native-cpu