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 \