|
24 | 24 | fail-fast: false |
25 | 25 | matrix: |
26 | 26 | include: |
27 | | - - name: Ans_27_210 |
28 | | - tox_env: py27-mode_ansible-ansible2.10 |
29 | | - - name: Ans_27_4 |
30 | | - tox_env: py27-mode_ansible-ansible4 |
31 | | - |
32 | | - - name: Ans_36_210 |
33 | | - python_version: '3.6' |
34 | | - tox_env: py36-mode_ansible-ansible2.10 |
35 | | - - name: Ans_36_4 |
36 | | - python_version: '3.6' |
37 | | - tox_env: py36-mode_ansible-ansible4 |
38 | | - |
39 | | - - name: Ans_311_210 |
40 | | - python_version: '3.11' |
41 | | - tox_env: py311-mode_ansible-ansible2.10 |
42 | | - - name: Ans_311_3 |
43 | | - python_version: '3.11' |
44 | | - tox_env: py311-mode_ansible-ansible3 |
45 | | - - name: Ans_311_4 |
46 | | - python_version: '3.11' |
47 | | - tox_env: py311-mode_ansible-ansible4 |
48 | | - - name: Ans_311_5 |
49 | | - python_version: '3.11' |
50 | | - tox_env: py311-mode_ansible-ansible5 |
51 | | - - name: Ans_313_6 |
52 | | - python_version: '3.13' |
53 | | - tox_env: py313-mode_ansible-ansible6 |
54 | | - - name: Ans_313_7 |
55 | | - python_version: '3.13' |
56 | | - tox_env: py313-mode_ansible-ansible7 |
57 | | - - name: Ans_313_8 |
58 | | - python_version: '3.13' |
59 | | - tox_env: py313-mode_ansible-ansible8 |
60 | | - - name: Ans_313_9 |
61 | | - python_version: '3.13' |
62 | | - tox_env: py313-mode_ansible-ansible9 |
63 | | - - name: Ans_313_10 |
64 | | - python_version: '3.13' |
65 | | - tox_env: py313-mode_ansible-ansible10 |
66 | | - - name: Van_313_10 |
67 | | - python_version: '3.13' |
68 | | - tox_env: py313-mode_ansible-ansible10-strategy_linear |
69 | | - |
70 | | - - name: Mito_27 |
71 | | - tox_env: py27-mode_mitogen |
72 | | - - name: Mito_36 |
73 | | - python_version: '3.6' |
74 | | - tox_env: py36-mode_mitogen |
75 | 27 | - name: Mito_313 |
76 | 28 | python_version: '3.13' |
77 | 29 | tox_env: py313-mode_mitogen |
@@ -156,30 +108,21 @@ jobs: |
156 | 108 | "$PYTHON" -m tox -e "${{ matrix.tox_env }}" |
157 | 109 |
|
158 | 110 | macos: |
159 | | - # https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md |
160 | | - runs-on: macos-12 |
| 111 | + # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md |
| 112 | + runs-on: macos-13 |
161 | 113 | timeout-minutes: 120 |
162 | 114 |
|
163 | 115 | strategy: |
164 | 116 | fail-fast: false |
165 | 117 | matrix: |
166 | 118 | include: |
167 | | - - name: Mito_27 |
168 | | - tox_env: py27-mode_mitogen |
169 | 119 | - name: Mito_313 |
170 | | - python_version: '3.13' |
171 | 120 | tox_env: py313-mode_mitogen |
172 | 121 |
|
173 | | - - name: Loc_27_210 |
174 | | - tox_env: py27-mode_localhost-ansible2.10 |
175 | 122 | - name: Loc_313_10 |
176 | | - python_version: '3.13' |
177 | 123 | tox_env: py313-mode_localhost-ansible10 |
178 | 124 |
|
179 | | - - name: Van_27_210 |
180 | | - tox_env: py27-mode_localhost-ansible2.10-strategy_linear |
181 | 125 | - name: Van_313_10 |
182 | | - python_version: '3.13' |
183 | 126 | tox_env: py313-mode_localhost-ansible10-strategy_linear |
184 | 127 |
|
185 | 128 | steps: |
|
0 commit comments