Skip to content

Commit

Permalink
ci: continue release on error (starship#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored Jan 29, 2021
1 parent 317226b commit 7df794e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ jobs:
os: macOS-latest
name: starship-x86_64-apple-darwin.tar.gz

# TODO: switch to macOS-latest once it reaches 11.0
- target: aarch64-apple-darwin
os: macos-11.0
name: starship-aarch64-apple-darwin.tar.gz
# TODO: Enable once macos-11.0 pools are publicly available
# https://github.com/actions/virtual-environments/issues/2486
# - target: aarch64-apple-darwin
# os: macos-11.0
# name: starship-aarch64-apple-darwin.tar.gz

- target: x86_64-pc-windows-msvc
os: windows-latest
Expand All @@ -82,6 +83,7 @@ jobs:
name: starship-aarch64-pc-windows-msvc.zip

runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- name: Setup | Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7df794e

Please sign in to comment.