Skip to content

Commit

Permalink
fix(build): fix macOS version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
fdionisi committed Jan 7, 2022
1 parent a6c803e commit 2a1543c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
name: captain-hook-arm-unknown-linux-musleabihf.tar.gz

- target: x86_64-apple-darwin
os: macOS-latest
os: macOS-11
name: captain-hook-x86_64-apple-darwin.tar.gz

- target: aarch64-apple-darwin
os: macOS-latest
os: macOS-11
name: captain-hook-aarch64-apple-darwin.tar.gz

- target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 2a1543c

Please sign in to comment.