Skip to content

Commit 158f8fe

Browse files
authored
Add back Windows 2022 ci job
1 parent a09ba18 commit 158f8fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12
5858
-DCMAKE_OSX_ARCHITECTURES=x86_64
5959
60-
- artifact: x86_64-windows
60+
- artifact: x86_64-windows-2022
61+
os: windows-2022
62+
63+
- artifact: x86_64-windows-2025
6164
os: windows-2025
6265

6366
env: ${{ matrix.env || fromJSON('{}') }}

0 commit comments

Comments
 (0)