Skip to content

Commit 618e23a

Browse files
tested e2e for macos13
1 parent 81fbce9 commit 618e23a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test-python.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
23+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
2424
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
2525
exclude:
2626
- os: ubuntu-22.04
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
61+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
6262
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
6363
exclude:
6464
- os: ubuntu-22.04
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
102+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
103103
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
104104
exclude:
105105
- os: ubuntu-22.04
@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
141+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
142142
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3']
143143
exclude:
144144
- os: ubuntu-22.04
@@ -182,7 +182,7 @@ jobs:
182182
strategy:
183183
fail-fast: false
184184
matrix:
185-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
185+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
186186
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
187187
exclude:
188188
- os: ubuntu-22.04
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
fail-fast: false
228228
matrix:
229-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
229+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
230230
steps:
231231
- name: Checkout
232232
uses: actions/checkout@v4
@@ -260,7 +260,7 @@ jobs:
260260
strategy:
261261
fail-fast: false
262262
matrix:
263-
os: [macos-latest, windows-latest, ubuntu-24.04]
263+
os: [macos-latest, windows-latest, ubuntu-24.04, macos-13]
264264
steps:
265265
- name: Checkout
266266
uses: actions/checkout@v4
@@ -288,7 +288,7 @@ jobs:
288288
strategy:
289289
fail-fast: false
290290
matrix:
291-
os: [macos-latest, windows-latest, ubuntu-24.04]
291+
os: [macos-latest, windows-latest, ubuntu-24.04, macos-13]
292292
steps:
293293
- name: Checkout
294294
uses: actions/checkout@v4
@@ -317,7 +317,7 @@ jobs:
317317
strategy:
318318
fail-fast: false
319319
matrix:
320-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
320+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
321321
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
322322
steps:
323323
- name: Checkout
@@ -341,7 +341,7 @@ jobs:
341341
strategy:
342342
fail-fast: false
343343
matrix:
344-
os: [ubuntu-24.04, windows-latest, macos-latest]
344+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
345345
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
346346
steps:
347347
- uses: actions/checkout@v4
@@ -365,7 +365,7 @@ jobs:
365365
strategy:
366366
fail-fast: false
367367
matrix:
368-
os: [ubuntu-24.04, windows-latest, macos-latest]
368+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
369369
steps:
370370
- uses: actions/checkout@v4
371371
- name: Setup Python and check latest

0 commit comments

Comments
 (0)