Skip to content

Commit

Permalink
[CI] Restore Windows 2022 builds (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Aug 13, 2024
1 parent 5621e86 commit bcfefb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
variant:
- {os: windows-2019, arch: x64}
# - {os: windows-2022, arch: x64}
- {os: windows-2022, arch: x64}
- {os: ubuntu-22.04, arch: x64}
- {os: ubuntu-24.04, arch: x64}
- {os: macos-13, arch: x64}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
variant:
- {os: windows-2019, arch: x64, config: RelWithDebInfo, py-arch: x64}
# - {os: windows-2022, arch: x64, config: RelWithDebInfo, py-arch: x64}
- {os: windows-2022, arch: x64, config: RelWithDebInfo, py-arch: x64}
- {os: ubuntu-22.04, arch: x64, config: RelWithDebInfo, py-arch: x64}
- {os: ubuntu-24.04, arch: x64, config: RelWithDebInfo, py-arch: x64}
- {os: macos-13, arch: x64, config: Release, py-arch: x64}
Expand Down

0 comments on commit bcfefb1

Please sign in to comment.