1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(cd): update the runner to macos-11

This commit is contained in:
Orhun Parmaksız 2022-02-12 22:04:35 +03:00
parent cfe41fe56e
commit 960cb4ac6f
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -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 \