summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-01-29 16:15:59 -0500
committerGitHub <noreply@github.com>2021-01-29 16:15:59 -0500
commit7df794efa8b713b391fda448208bb84c3aee8d42 (patch)
tree5c089bec78afda7f5f164db3fe2370eff91c09a0
parent317226b9a7076b7c0affb12e6c29f1c6730a7a66 (diff)
ci: continue release on error (#2237)
-rw-r--r--.github/workflows/deploy.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f73fe419f..4bd754077 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -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
@@ -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