Skip to content

Commit 3116c05

Browse files
committed
Fix CI for windows
1 parent 749dc9a commit 3116c05

14 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/build-wheels-aarch64-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-22.04-arm]
24-
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
24+
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
2525
manylinux: [manylinux2014] #, manylinux_2_28]
2626

2727
steps:

.github/workflows/build-wheels-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# see https://github.com/pypa/cibuildwheel/issues/2257
2424
# we don't use qemu from now on
2525
os: [ubuntu-22.04-arm]
26-
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
26+
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
2727
manylinux: [manylinux2014] #, manylinux_2_28]
2828

2929
steps:

.github/workflows/build-wheels-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-22.04]
24-
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
24+
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
2525
manylinux: [manylinux2014] #, manylinux_2_28]
2626

2727

.github/workflows/build-wheels-macos-x64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [macos-13]
24-
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
24+
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/build-wheels-win64-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [windows-2019]
23+
os: [windows-2022]
2424
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2525

2626
steps:

.github/workflows/build-wheels-win64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [windows-2019]
23+
os: [windows-2022]
2424
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2525

2626
steps:

.github/workflows/dot-net.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [windows-2019]
20+
os: [windows-2022]
2121
arch: [x64, x86, arm64]
2222

2323
steps:

.github/workflows/npm-addon-win-x64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [windows-2019]
23+
os: [windows-2022]
2424
python-version: ["3.8"]
2525

2626
steps:

.github/workflows/npm-addon-win-x86.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [windows-2019]
23+
os: [windows-2022]
2424
python-version: ["3.8"]
2525

2626
steps:

.github/workflows/release-dart-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
permissions:
219219
id-token: write # Required for authentication using OIDC
220220
name: sherpa_onnx_windows
221-
runs-on: windows-2019
221+
runs-on: windows-2022
222222

223223
steps:
224224
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)