Skip to content

Commit

Permalink
chore(cd): update the runner to macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 12, 2022
1 parent cfe41fe commit 960cb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 960cb4a

Please sign in to comment.