diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f896741c9..32ee066c1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,22 +39,22 @@ jobs: # The file format is greptime-- include: - arch: aarch64-apple-darwin - os: macos-latest + os: self-hosted file: greptime-darwin-arm64 continue-on-error: false opts: "-F servers/dashboard" - arch: x86_64-apple-darwin - os: macos-latest + os: self-hosted file: greptime-darwin-amd64 continue-on-error: false opts: "-F servers/dashboard" - arch: aarch64-apple-darwin - os: macos-latest + os: self-hosted file: greptime-darwin-arm64-pyo3 continue-on-error: false opts: "-F pyo3_backend,servers/dashboard" - arch: x86_64-apple-darwin - os: macos-latest + os: self-hosted file: greptime-darwin-amd64-pyo3 continue-on-error: false opts: "-F pyo3_backend,servers/dashboard"