File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -477,6 +477,18 @@ jobs:
477
477
- name : linux_312_python
478
478
python_ver : " 3.12"
479
479
image : ubuntu-latest
480
+ - name : linuxarm_39_python
481
+ python_ver : " 3.9"
482
+ image : ubuntu-22.04-arm
483
+ - name : linuxarm_310_python
484
+ python_ver : " 3.10"
485
+ image : ubuntu-22.04-arm
486
+ - name : linuxarm_311_python
487
+ python_ver : " 3.11"
488
+ image : ubuntu-22.04-arm
489
+ - name : linuxarm_312_python
490
+ python_ver : " 3.12"
491
+ image : ubuntu-22.04-arm
480
492
- name : mac_39_python
481
493
python_ver : " 3.9"
482
494
image : macos-latest
@@ -566,6 +578,18 @@ jobs:
566
578
- name : linux_312_python
567
579
python_ver : " 3.12"
568
580
image : ubuntu-latest
581
+ - name : linuxarm_39_python
582
+ python_ver : " 3.9"
583
+ image : ubuntu-24.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-24.04-arm
590
+ - name : linuxarm_312_python
591
+ python_ver : " 3.12"
592
+ image : ubuntu-24.04-arm
569
593
- name : mac_39_python
570
594
python_ver : " 3.9"
571
595
image : macos-latest
You can’t perform that action at this time.
0 commit comments