From 22c94ed8355d71a5fe99d8c1e9c8a3824338debf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 22 May 2024 19:57:37 +0300 Subject: [PATCH] chore(cd): use macos-14 runner --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ade8021..3eeb031 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 \