diff --git a/.github/workflows/databend-release.yml b/.github/workflows/databend-release.yml index 02e83c6282dd2..f8066ee98a70c 100644 --- a/.github/workflows/databend-release.yml +++ b/.github/workflows/databend-release.yml @@ -22,7 +22,7 @@ jobs: - {os: ubuntu-latest, toolchain: stable, target: x86_64-unknown-linux-gnu, cross: false} - {os: ubuntu-latest, toolchain: stable, target: aarch64-unknown-linux-gnu, cross: true} # Macos - - {os: macos-latest, toolchain: stable, target: x86_64-apple-darwin, cross: false} + - {os: macos-11, toolchain: stable, target: x86_64-apple-darwin, cross: false} - {os: macos-11, toolchain: stable, target: aarch64-apple-darwin, cross: false} steps: - name: Checkout