From 5153528cfe7e49fc4c5abb2db8924c26fbd7f9c5 Mon Sep 17 00:00:00 2001 From: "yan.yan" Date: Sun, 15 Dec 2024 12:26:06 +0800 Subject: [PATCH] fix windows prebuilt problem --- .github/workflows/build.yaml | 4 ++-- CHANGELOG.md | 4 ++++ version.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0c9bd7f..a9e58fc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c3448..df10459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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+. diff --git a/version.txt b/version.txt index 00355e2..bc4abe8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.7 +2.3.8