diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index dbeb60b..0d15184 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -23,11 +23,11 @@ jobs: matrix: platform: - name: Intel - os: macos-13 + os: macos-15-intel target: x86_64-apple-darwin binary_dir: macos-x86_64 - name: Apple Silicon - os: macos-14 + os: macos-15 target: aarch64-apple-darwin binary_dir: macos-aarch64