Skip to content

Commit 01527d8

Browse files
committed
chore(release): update GNUPG_VERSION to 2.5.18
* Bump GNUPG_VERSION in both release workflows * Ensure compatibility with the latest features and fixes
1 parent 4199504 commit 01527d8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release-qt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
env:
4141
BUILD_TYPE: Release
42-
GNUPG_VERSION: "2.4.8"
42+
GNUPG_VERSION: "2.5.18"
4343

4444
jobs:
4545
build:

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
env:
4141
BUILD_TYPE: Release
42-
GNUPG_VERSION: "2.4.8"
42+
GNUPG_VERSION: "2.5.18"
4343

4444
jobs:
4545
build:
@@ -49,9 +49,10 @@ jobs:
4949
[
5050
"ubuntu-22.04",
5151
"ubuntu-24.04-arm",
52-
"macos-13",
5352
"macos-14",
53+
"macos-15-intel",
5454
"macos-15",
55+
"macos-26",
5556
"windows-2022",
5657
]
5758
runs-on: ${{ matrix.os }}
@@ -118,7 +119,7 @@ jobs:
118119

119120
- name: Install Dependence (macOS)
120121
run: |
121-
brew install --formula cmake automake texinfo libarchive googletest create-dmg
122+
brew install --formula automake texinfo libarchive googletest create-dmg
122123
if: runner.os == 'macOS'
123124

124125
- name: Set up MinGW (Windows)

0 commit comments

Comments
 (0)