diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97382b9..6342b3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: fail-fast: false matrix: platform: - - { target: aarch64-apple-darwin, os: macos-14 } + - { target: aarch64-apple-darwin, os: macos-latest } - { target: x86_64-apple-darwin, os: macos-13 } runs-on: ${{ matrix.platform.os }} env: