Skip to content

Commit

Permalink
MAINT: Update Windows build env to latest version
Browse files Browse the repository at this point in the history
(cherry picked from commit d586a37)
  • Loading branch information
Krzmbrzl committed Oct 7, 2023
1 parent 586264a commit 04107f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:

matrix:
- MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2022-05-17~cd7e2c9.x64'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2023-10-06~0310159.x64'

install:
- ps: .ci/install-environment_windows.ps1
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pool:
vmImage: 'windows-2022'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2022-05-17~cd7e2c9.x64'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2023-10-06~0310159.x64'
MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
steps:
- template: steps_windows.yml
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pool:
vmImage: 'windows-2022'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2022-05-17~cd7e2c9.x64'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2023-10-06~0310159.x64'
MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
steps:
- template: steps_windows.yml
Expand Down

0 comments on commit 04107f0

Please sign in to comment.