Skip to content

Commit 2f4ae4a

Browse files
committed
GHA
1 parent 7aacfbf commit 2f4ae4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-on-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
matrix:
8080
config:
8181
- {
82-
name: "Windows Server 2019 MSVC",
83-
os: windows-2019,
82+
name: "Windows Server 2022 MSVC",
83+
os: windows-2022,
8484
cc: "cl", cxx: "cl",
8585
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
8686
}
@@ -285,11 +285,11 @@ jobs:
285285
strategy:
286286
fail-fast: false
287287
matrix:
288-
os: [macos-13, ubuntu-20.04, windows-2019]
288+
os: [macos-13, ubuntu-20.04, windows-2022]
289289
py: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
290290
include:
291291
- name: 'Windows'
292-
os: windows-2019
292+
os: windows-2022
293293
- name: 'Linux'
294294
os: ubuntu-20.04
295295
- name: 'macOS'

0 commit comments

Comments
 (0)