Skip to content

Commit c156fc5

Browse files
committed
chore(cd): use macos-15 runner
1 parent 07fe6bf commit c156fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ jobs:
113113
}
114114
- {
115115
NAME: darwin-x64,
116-
OS: macos-14,
116+
OS: macos-15,
117117
TOOLCHAIN: stable,
118118
TARGET: x86_64-apple-darwin,
119119
NPM_PUBLISH: true,
120120
PYPI_PUBLISH: true,
121121
}
122122
- {
123123
NAME: darwin-arm64,
124-
OS: macos-14,
124+
OS: macos-15,
125125
TOOLCHAIN: stable,
126126
TARGET: aarch64-apple-darwin,
127127
NPM_PUBLISH: true,
@@ -187,7 +187,7 @@ jobs:
187187
> git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.build.TARGET }}.tar.gz.sha512
188188
fi
189189
- name: Sign the release
190-
if: matrix.build.OS == 'ubuntu-22.04' || matrix.build.OS == 'macos-14'
190+
if: matrix.build.OS == 'ubuntu-22.04' || matrix.build.OS == 'macos-15'
191191
run: |
192192
echo "${{ secrets.GPG_RELEASE_KEY }}" | base64 --decode > private.key
193193
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --pinentry-mode=loopback \

0 commit comments

Comments
 (0)