We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8634f commit bb7b5c1Copy full SHA for bb7b5c1
.github/workflows/ci-daily.yml
@@ -56,7 +56,7 @@ jobs:
56
strategy:
57
matrix:
58
python-version: ['3.11', '3.12']
59
- runs-on: windows-2019
+ runs-on: windows-2022
60
steps:
61
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
62
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
.github/workflows/ci.yml
@@ -323,7 +323,7 @@ jobs:
323
324
325
326
327
328
- name: Check out source repository
329
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments