diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index 5287c55ec..d3cfd964f 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -6,10 +6,10 @@ on: description: 'The version to build' required: true type: string - environment: production jobs: mac-build: name: Build macOS - ${{ matrix.arch }} + environment: production runs-on: ${{ matrix.os }} strategy: fail-fast: false