1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-08-16 02:10:29 +03:00

chore(cd): use macos-14 runner

This commit is contained in:
Orhun Parmaksız 2024-05-22 19:57:37 +03:00
parent df81f636f5
commit 22c94ed835
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -115,7 +115,7 @@ jobs:
}
- {
NAME: darwin-x64,
OS: macos-12,
OS: macos-14,
TOOLCHAIN: stable,
TARGET: x86_64-apple-darwin,
NPM_PUBLISH: true,
@ -123,7 +123,7 @@ jobs:
}
- {
NAME: darwin-arm64,
OS: macos-12,
OS: macos-14,
TOOLCHAIN: stable,
TARGET: aarch64-apple-darwin,
NPM_PUBLISH: true,
@ -189,7 +189,7 @@ jobs:
> git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.build.TARGET }}.tar.gz.sha512
fi
- name: Sign the release
if: matrix.build.OS == 'ubuntu-22.04' || matrix.build.OS == 'macos-12'
if: matrix.build.OS == 'ubuntu-22.04' || matrix.build.OS == 'macos-14'
run: |
echo "${{ secrets.GPG_RELEASE_KEY }}" | base64 --decode > private.key
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --pinentry-mode=loopback \