diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index 46731af..df0358a 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -3,9 +3,8 @@ name: Build macOS artifacts and make release on: workflow_dispatch jobs: - build-windows: - runs-on: - - ubuntu-latest + build-macos: + runs-on: macos-latest permissions: contents: write steps: