Skip to content

Commit c42ba18

Browse files
committed
ci update
1 parent 9dac487 commit c42ba18

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- name: Checkout source code

.github/workflows/windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
matrix:
1717
include:
1818
# Windows2019 & VS 2019 supports 11.0+
19-
- os: windows-2019
20-
cuda: "11.2.0"
21-
visual_studio: "Visual Studio 16 2019"
22-
python-version: "3.9"
2319
- os: windows-2019
2420
cuda: "11.2.0"
2521
visual_studio: "Visual Studio 16 2019"

0 commit comments

Comments
 (0)