Skip to content

Commit 7dd5757

Browse files
committed
CI: use Windows-2022 for now
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
1 parent 3f21db1 commit 7dd5757

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100

101101
test-deploy-windows:
102102
name: Test and deploy Windows
103-
environment: signing
104-
runs-on: windows-latest
103+
runs-on: windows-2022
105104

106105
steps:
107106
- uses: actions/checkout@v5

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444

4545
prepare-windows:
4646
name: Prepare Windows binaries
47-
environment: signing
4847
runs-on: windows-2022
4948

5049
steps:

0 commit comments

Comments
 (0)