diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 0513ca9..243327d 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: include: - - os: macos-latest + - os: macos-26-intel arch: x86_64 machtype: x86_64-apple-darwin artifact: macOS_x86_64_bin @@ -96,7 +96,7 @@ jobs: universal: needs: build - runs-on: macos-15 + runs-on: macos-latest permissions: contents: write