Try to bump to windows 2022 runner

This commit is contained in:
Jeremy 2023-11-14 18:56:18 -05:00
parent 8297d234f6
commit 81eddcce3a
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E
4 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@ jobs:
run: |
python3 ci/build-in-all-configs.py --${{matrix.compiler}}
build-windows:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix:

View File

@ -103,7 +103,7 @@ jobs:
./main
test-mingw-fetchcontent:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: test
@ -118,7 +118,7 @@ jobs:
make
.\main.exe
test-mingw-add_subdirectory:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: test
@ -132,7 +132,7 @@ jobs:
make
.\main.exe
test-windows-fetchcontent:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Enable Developer Command Prompt
@ -149,7 +149,7 @@ jobs:
msbuild demo_project.sln
.\Debug\main.exe
test-windows-add_subdirectory:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Enable Developer Command Prompt

View File

@ -40,7 +40,7 @@ jobs:
# I give up. For some reason SymInitialize is super slow on github's windows runner and it alone takes hundreds of ms.
# Nothing I can do about that.
#performancetest-windows:
# runs-on: windows-2019
# runs-on: windows-2022
# strategy:
# fail-fast: false
# matrix:

View File

@ -67,7 +67,7 @@ jobs:
run: |
python3 ci/test-all-configs.py --${{matrix.compiler}}
test-windows:
runs-on: windows-2019
runs-on: windows-2022
strategy:
fail-fast: false
matrix: