Skip to content

Commit

Permalink
fix windows prebuilt problem
Browse files Browse the repository at this point in the history
  • Loading branch information
FindDefinition committed Dec 15, 2024
1 parent edf48fe commit 5153528
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build-windows:
runs-on: windows-2019
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

build:
# needs: build-windows
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] # this version is only used for upload.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [2.3.8] - 2024-12-15
### Fixed
- fix os version in CI to resolve windows mismatch compiler problem

## [2.3.7] - 2024-12-08
### Changed
- add python 3.13 and cuda 12.1/12.4/12.6 prebuilts, drop python 3.7/3.8 prebuilts, change manylinux glibc from 2_17 to 2_28 if cuda >= 12.4, which requires recent OS such as ubuntu 18.10+.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.7
2.3.8

0 comments on commit 5153528

Please sign in to comment.