mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-15 18:44:21 +03:00
chore(cd): update the runner to macos-11
This commit is contained in:
parent
cfe41fe56e
commit
960cb4ac6f
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
TOOLCHAIN: stable
|
||||
TARGET: i686-pc-windows-msvc
|
||||
- BUILD: macos
|
||||
OS: macos-10.15
|
||||
OS: macos-11
|
||||
TOOLCHAIN: stable
|
||||
TARGET: x86_64-apple-darwin
|
||||
steps:
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
> git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}.tar.gz.sha512
|
||||
fi
|
||||
- name: Sign the release
|
||||
if: matrix.OS == 'ubuntu-20.04' || matrix.OS == 'macos-10.15'
|
||||
if: matrix.OS == 'ubuntu-20.04' || matrix.OS == 'macos-11'
|
||||
run: |
|
||||
echo "${{ secrets.GPG_RELEASE_KEY }}" | base64 --decode > private.key
|
||||
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --pinentry-mode=loopback \
|
||||
|
Loading…
Reference in New Issue
Block a user