Skip to content

Commit 2d1fe4e

Browse files
committed
Changed runner to 2022 since the 2019 is no longer supported
1 parent 891bfc2 commit 2d1fe4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ on:
2828

2929
jobs:
3030
build_windows:
31-
runs-on: windows-2019
32-
name: "Windows 2019 Arch: ${{ matrix.arch }}, Shared: ${{ matrix.shared }}"
31+
runs-on: windows-2022
32+
name: "Windows 2022 Arch: ${{ matrix.arch }}, Shared: ${{ matrix.shared }}"
3333
strategy:
3434
matrix:
3535
arch: ["x86", "amd64"]

0 commit comments

Comments
 (0)