Skip to content

Commit 651bb23

Browse files
authored
Roll back to windows-2022 to fix signature (#884)
1 parent 8bd05bb commit 651bb23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
}
7373
7474
build-windows-installer:
75-
runs-on: windows-latest
75+
runs-on: windows-2022
7676
environment: ${{ needs.prerequisites.outputs.branch == 'master' && 'CD' || 'CI' }}
7777
needs: prerequisites
7878

manifest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ schema:
6767
- "https://raw.githubusercontent.com/"
6868

6969
versions:
70+
"2.40.2":
71+
description: Fix extractor executable signature.
72+
changelog:
73+
fixed:
74+
- Fixed an issue causing the extractor executable signature to be missing.
7075
"2.40.1":
7176
description: Avoid logging keyvault secrets.
7277
changelog:

0 commit comments

Comments
 (0)