Skip to content

Commit bb7b5c1

Browse files
authored
CI - bump GHA windows runner to windows-2022 (#7423)
The windows-2019 runner is deprecated per GitHub Actions notice. Follow their update recommendation.
1 parent dd8634f commit bb7b5c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
python-version: ['3.11', '3.12']
59-
runs-on: windows-2019
59+
runs-on: windows-2022
6060
steps:
6161
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
strategy:
324324
matrix:
325325
python-version: ['3.11', '3.12']
326-
runs-on: windows-2019
326+
runs-on: windows-2022
327327
steps:
328328
- name: Check out source repository
329329
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)