diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index d6aa668595..d9aee26253 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -37,7 +37,7 @@ env: jobs: build: if: "!contains(github.event.head_commit.message, '[skip ci]')" - runs-on: macos-13-arm64 + runs-on: macos-latest steps: - uses: actions/checkout@v3