Skip to content

Commit 9525f1b

Browse files
Upgrade Windows-2019 runner to Windows-2022 (#1760)
1 parent 257cf87 commit 9525f1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
build_win_clang:
5555
name: Clang w/o MPI
56-
runs-on: windows-2019
56+
runs-on: windows-2022
5757
if: github.event.pull_request.draft == false
5858
steps:
5959
- uses: actions/checkout@v4
@@ -64,7 +64,7 @@ jobs:
6464
python3.exe -m pip install --upgrade pip
6565
python3.exe -m pip install --upgrade numpy
6666
67-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
67+
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
6868
pwsh "share\openPMD\download_samples.ps1" build
6969
cmake -S . -B build ^
7070
-G "Ninja" ^

0 commit comments

Comments
 (0)