diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index b84cb7e63..28d8a3553 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -24,7 +24,7 @@ jobs: - os: macos-14 target: aarch64-apple-darwin platform: darwin-arm64 - - os: macos-13 + - os: macos-14 target: x86_64-apple-darwin platform: darwin-x64 - os: ubuntu-latest