Skip to content

Commit 14ca99a

Browse files
Merge branch 'main' into dependabot/go_modules/dependencies-34510682b7
2 parents df4f217 + d9c7950 commit 14ca99a

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
@@ -616,7 +616,7 @@ jobs:
616616
name: Build Windows
617617
needs:
618618
- setup
619-
runs-on: windows-2019
619+
runs-on: windows-latest
620620
defaults:
621621
run:
622622
shell: pwsh

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

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

473473
update-windows:
474474
name: Update Windows Chocolatey Package
475-
runs-on: windows-2019
475+
runs-on: windows-latest
476476
defaults:
477477
run:
478478
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)