We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257cf87 commit 9525f1bCopy full SHA for 9525f1b
1 file changed
.github/workflows/windows.yml
@@ -53,7 +53,7 @@ jobs:
53
54
build_win_clang:
55
name: Clang w/o MPI
56
- runs-on: windows-2019
+ runs-on: windows-2022
57
if: github.event.pull_request.draft == false
58
steps:
59
- uses: actions/checkout@v4
@@ -64,7 +64,7 @@ jobs:
64
python3.exe -m pip install --upgrade pip
65
python3.exe -m pip install --upgrade numpy
66
67
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
68
pwsh "share\openPMD\download_samples.ps1" build
69
cmake -S . -B build ^
70
-G "Ninja" ^
0 commit comments