Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI windows runner #986

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
win_x86_build:
name: Build Windows(x86)
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- run: |
Expand All @@ -43,7 +43,7 @@ jobs:

tests:
name: Run Tests
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Setup Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
os: ubuntu-20.04
label: Linux
- name: windows_x64
os: windows-2019
os: windows-2022
label: Win
- name: mac
os: macos-11
Expand Down
Loading