We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891bfc2 commit 2d1fe4eCopy full SHA for 2d1fe4e
1 file changed
.github/workflows/build.yml
@@ -28,8 +28,8 @@ on:
28
29
jobs:
30
build_windows:
31
- runs-on: windows-2019
32
- name: "Windows 2019 Arch: ${{ matrix.arch }}, Shared: ${{ matrix.shared }}"
+ runs-on: windows-2022
+ name: "Windows 2022 Arch: ${{ matrix.arch }}, Shared: ${{ matrix.shared }}"
33
strategy:
34
matrix:
35
arch: ["x86", "amd64"]
0 commit comments