diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f902fbd..a0e7f17 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: include: - - os: macos-14 + - os: macos-latest target: aarch64-apple-darwin - os: ubuntu-latest target: x86_64-unknown-linux-gnu