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: |
|
run: |
|
||||||
python3 ci/build-in-all-configs.py --${{matrix.compiler}}
|
python3 ci/build-in-all-configs.py --${{matrix.compiler}}
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
8
.github/workflows/cmake-integration.yml
vendored
8
.github/workflows/cmake-integration.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
./main
|
./main
|
||||||
|
|
||||||
test-mingw-fetchcontent:
|
test-mingw-fetchcontent:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: test
|
- name: test
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
.\main.exe
|
.\main.exe
|
||||||
test-mingw-add_subdirectory:
|
test-mingw-add_subdirectory:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: test
|
- name: test
|
||||||
@ -132,7 +132,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
.\main.exe
|
.\main.exe
|
||||||
test-windows-fetchcontent:
|
test-windows-fetchcontent:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
@ -149,7 +149,7 @@ jobs:
|
|||||||
msbuild demo_project.sln
|
msbuild demo_project.sln
|
||||||
.\Debug\main.exe
|
.\Debug\main.exe
|
||||||
test-windows-add_subdirectory:
|
test-windows-add_subdirectory:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enable Developer Command Prompt
|
- 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.
|
# 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.
|
# Nothing I can do about that.
|
||||||
#performancetest-windows:
|
#performancetest-windows:
|
||||||
# runs-on: windows-2019
|
# runs-on: windows-2022
|
||||||
# strategy:
|
# strategy:
|
||||||
# fail-fast: false
|
# fail-fast: false
|
||||||
# matrix:
|
# matrix:
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python3 ci/test-all-configs.py --${{matrix.compiler}}
|
python3 ci/test-all-configs.py --${{matrix.compiler}}
|
||||||
test-windows:
|
test-windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2022
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user