Commit 5153528c authored by yan.yan's avatar yan.yan
Browse files

fix windows prebuilt problem

parent edf48feb
......@@ -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']
......@@ -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.
......
# 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+.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment