Skip to content

Commit 7a1e3b2

Browse files
committed
lkj
1 parent 3243694 commit 7a1e3b2

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/workflows/ci.yml

+16-4
Original file line numberDiff line numberDiff line change
@@ -477,16 +477,16 @@ jobs:
477477
- name: linux_312_python
478478
python_ver: "3.12"
479479
image: ubuntu-latest
480-
- name: linux_39_python
480+
- name: linuxarm_39_python
481481
python_ver: "3.9"
482482
image: ubuntu-22.04-arm
483-
- name: linux_310_python
483+
- name: linuxarm_310_python
484484
python_ver: "3.10"
485485
image: ubuntu-24.04-arm
486-
- name: linux_311_python
486+
- name: linuxarm_311_python
487487
python_ver: "3.11"
488488
image: ubuntu-22.04-arm
489-
- name: linux_312_python
489+
- name: linuxarm_312_python
490490
python_ver: "3.12"
491491
image: ubuntu-24.04-arm
492492
- name: mac_39_python
@@ -578,6 +578,18 @@ jobs:
578578
- name: linux_312_python
579579
python_ver: "3.12"
580580
image: ubuntu-latest
581+
- name: linuxarm_39_python
582+
python_ver: "3.9"
583+
image: ubuntu-22.04-arm
584+
- name: linuxarm_310_python
585+
python_ver: "3.10"
586+
image: ubuntu-24.04-arm
587+
- name: linuxarm_311_python
588+
python_ver: "3.11"
589+
image: ubuntu-22.04-arm
590+
- name: linuxarm_312_python
591+
python_ver: "3.12"
592+
image: ubuntu-24.04-arm
581593
- name: mac_39_python
582594
python_ver: "3.9"
583595
image: macos-latest

0 commit comments

Comments
 (0)