Skip to content

Commit 2bcb856

Browse files
authored
Update windows runner to v8 (#3523)
1 parent 56e1c5d commit 2bcb856

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/release-build-sign-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ jobs:
615615
name: Build Windows
616616
needs:
617617
- setup
618-
runs-on: windows-2019
618+
runs-on: windows-latest
619619
defaults:
620620
run:
621621
shell: pwsh

.github/workflows/release-update-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468

469469
update-windows:
470470
name: Update Windows Chocolatey Package
471-
runs-on: windows-2019
471+
runs-on: windows-latest
472472
defaults:
473473
run:
474474
shell: pwsh
@@ -537,7 +537,7 @@ jobs:
537537
538538
test-windows:
539539
name: Test Windows Chocolatey Package
540-
runs-on: windows-2019
540+
runs-on: windows-latest
541541
defaults:
542542
run:
543543
shell: pwsh

.github/workflows/test-latest-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
test-windows:
118118
name: Test Windows Chocolatey Package
119-
runs-on: windows-2019
119+
runs-on: windows-latest
120120
defaults:
121121
run:
122122
shell: pwsh

.github/workflows/tests-unit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- macos-latest
3939
- macos-13
4040
- windows-latest
41-
- windows-2019
4241
runs-on: ${{ matrix.os }}
4342
defaults:
4443
run:

0 commit comments

Comments
 (0)