Try to bump to windows 2022 runner
This commit is contained in:
parent
8297d234f6
commit
81eddcce3a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
8
.github/workflows/cmake-integration.yml
vendored
8
.github/workflows/cmake-integration.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/performance-tests.yml
vendored
2
.github/workflows/performance-tests.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user