Skip to content

Commit 72ced73

Browse files
committed
remove mac test from CI since it all python
1 parent 9b30a4b commit 72ced73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
3737
test_os:
3838
needs: [code_lint]
39-
runs-on: ["ubuntu-latest", "macos-latest", "macos-13"]
39+
runs-on: "ubuntu-latest"
4040
strategy:
4141
matrix:
42-
python-version: ["3.12", "3.13"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4343

4444
steps:
4545
- name: Checkout

0 commit comments

Comments
 (0)