Skip to content

Commit 248fba8

Browse files
committed
ci: update windows runners from 2019 to 2022
1 parent d357781 commit 248fba8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build-windows-wheels:
3232

33-
runs-on: windows-2019
33+
runs-on: windows-2022
3434
strategy:
3535
matrix:
3636
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]

.github/workflows/EmbeddedBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
build-windows:
2727

28-
runs-on: windows-2019
28+
runs-on: windows-2022
2929
if: ${{! contains(github.event.head_commit.message, '[individual]') || contains(github.event.head_commit.message, '[windows]')}}
3030

3131
steps:

0 commit comments

Comments
 (0)