Skip to content

Commit 0fbbd98

Browse files
committed
Switch experimental Meson build to VS2022 toolset
1 parent e7bda77 commit 0fbbd98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-mmdevice-mmcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- ubuntu
3030
include:
3131
- os: windows
32-
runner: windows-2019
32+
runner: windows-2025
3333
cxx: cl
3434
- os: macos
3535
runner: macos-13
@@ -51,7 +51,7 @@ jobs:
5151
python -m pip install --upgrade pip meson ninja
5252
- uses: ilammy/msvc-dev-cmd@v1
5353
with:
54-
vsversion: '2019'
54+
vsversion: '2022'
5555
- name: Build and test MMDevice
5656
run: |
5757
cd MMDevice

0 commit comments

Comments
 (0)