Skip to content

Commit 1b40041

Browse files
committed
rm win-11-arm not working
add python 3.11 to tests
1 parent 29c482f commit 1b40041

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
macos-15,
2525
macos-15-intel,
2626
windows-2025,
27-
windows-11-arm,
2827
]
29-
python-version: ["3.12"]
28+
python-version: ["3.11", "3.12"]
3029

3130
steps:
3231
- uses: actions/checkout@v4
@@ -71,9 +70,8 @@ jobs:
7170
macos-15,
7271
macos-15-intel,
7372
windows-2025,
74-
windows-11-arm,
7573
]
76-
python-version: ["3.12"]
74+
python-version: ["3.11", "3.12"]
7775

7876
steps:
7977
- uses: actions/checkout@v4
@@ -120,10 +118,9 @@ jobs:
120118
ubuntu-24.04,
121119
ubuntu-24.04-arm,
122120
macos-15,
123-
windows-11-arm,
124121
# intel mac and windows not supported for litert
125122
]
126-
python-version: ["3.12"]
123+
python-version: ["3.11", "3.12"]
127124

128125
steps:
129126
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)