File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ jobs:
113
113
}
114
114
- {
115
115
NAME : darwin-x64,
116
- OS : macos-14 ,
116
+ OS : macos-15 ,
117
117
TOOLCHAIN : stable,
118
118
TARGET : x86_64-apple-darwin,
119
119
NPM_PUBLISH : true,
120
120
PYPI_PUBLISH : true,
121
121
}
122
122
- {
123
123
NAME : darwin-arm64,
124
- OS : macos-14 ,
124
+ OS : macos-15 ,
125
125
TOOLCHAIN : stable,
126
126
TARGET : aarch64-apple-darwin,
127
127
NPM_PUBLISH : true,
@@ -187,7 +187,7 @@ jobs:
187
187
> git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.build.TARGET }}.tar.gz.sha512
188
188
fi
189
189
- 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 '
191
191
run : |
192
192
echo "${{ secrets.GPG_RELEASE_KEY }}" | base64 --decode > private.key
193
193
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --pinentry-mode=loopback \
You can’t perform that action at this time.
0 commit comments