diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 017061feac..62e0c47191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,10 +59,10 @@ jobs: include: - arch: x86 artifact: subconverter_darwin64 - os: macos-13 + os: macos-15-intel - arch: arm artifact: subconverter_darwinarm - os: macos-14 + os: macos-latest runs-on: ${{ matrix.os }} name: macOS ${{ matrix.arch }} Build steps: