Skip to content

Commit

Permalink
add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiHanZ committed Oct 25, 2021
1 parent d346db9 commit 481b7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/databend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481b7c3

Please sign in to comment.