diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68653f1..37f24e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: build: strategy: matrix: - os: [[ubuntu-latest], [self-hosted, macOS, ARM64], [self-hosted, Linux, ARM64]] + os: [[ubuntu-latest], [macos-latest], [self-hosted, Linux, ARM64]] runs-on: ${{ matrix.os }} outputs: x86_64-linux: ${{ steps.agent.outputs.x86_64-linux }}