Skip to content

Commit 4192d60

Browse files
authored
fix: github action (#37)
* fix: github action * fix * fix: macos use x64 arch
1 parent dcc14cf commit 4192d60

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/github-actions.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
toxpython: 'python3.8'
3737
python_arch: 'x64'
3838
tox_env: 'py38-cover'
39-
os: 'macos-latest'
39+
os: 'macos-13'
4040
- name: 'py38-nocov (ubuntu)'
4141
python: '3.8'
4242
toxpython: 'python3.8'
@@ -54,7 +54,7 @@ jobs:
5454
toxpython: 'python3.8'
5555
python_arch: 'x64'
5656
tox_env: 'py38-nocov'
57-
os: 'macos-latest'
57+
os: 'macos-13'
5858
- name: 'py39-cover (ubuntu)'
5959
python: '3.9'
6060
toxpython: 'python3.9'
@@ -72,7 +72,7 @@ jobs:
7272
toxpython: 'python3.9'
7373
python_arch: 'x64'
7474
tox_env: 'py39-cover'
75-
os: 'macos-latest'
75+
os: 'macos-13'
7676
- name: 'py39-nocov (ubuntu)'
7777
python: '3.9'
7878
toxpython: 'python3.9'
@@ -90,7 +90,7 @@ jobs:
9090
toxpython: 'python3.9'
9191
python_arch: 'x64'
9292
tox_env: 'py39-nocov'
93-
os: 'macos-latest'
93+
os: 'macos-13'
9494
- name: 'py310-cover (ubuntu)'
9595
python: '3.10'
9696
toxpython: 'python3.10'
@@ -108,7 +108,7 @@ jobs:
108108
toxpython: 'python3.10'
109109
python_arch: 'x64'
110110
tox_env: 'py310-cover'
111-
os: 'macos-latest'
111+
os: 'macos-13'
112112
- name: 'py310-nocov (ubuntu)'
113113
python: '3.10'
114114
toxpython: 'python3.10'
@@ -126,7 +126,7 @@ jobs:
126126
toxpython: 'python3.10'
127127
python_arch: 'x64'
128128
tox_env: 'py310-nocov'
129-
os: 'macos-latest'
129+
os: 'macos-13'
130130
- name: 'py311-cover (ubuntu)'
131131
python: '3.11'
132132
toxpython: 'python3.11'
@@ -144,7 +144,7 @@ jobs:
144144
toxpython: 'python3.11'
145145
python_arch: 'x64'
146146
tox_env: 'py311-cover'
147-
os: 'macos-latest'
147+
os: 'macos-13'
148148
- name: 'py311-nocov (ubuntu)'
149149
python: '3.11'
150150
toxpython: 'python3.11'
@@ -162,7 +162,7 @@ jobs:
162162
toxpython: 'python3.11'
163163
python_arch: 'x64'
164164
tox_env: 'py311-nocov'
165-
os: 'macos-latest'
165+
os: 'macos-13'
166166
- name: 'py312-cover (ubuntu)'
167167
python: '3.12'
168168
toxpython: 'python3.12'
@@ -180,7 +180,7 @@ jobs:
180180
toxpython: 'python3.12'
181181
python_arch: 'x64'
182182
tox_env: 'py312-cover'
183-
os: 'macos-latest'
183+
os: 'macos-13'
184184
- name: 'py312-nocov (ubuntu)'
185185
python: '3.12'
186186
toxpython: 'python3.12'
@@ -198,7 +198,7 @@ jobs:
198198
toxpython: 'python3.12'
199199
python_arch: 'x64'
200200
tox_env: 'py312-nocov'
201-
os: 'macos-latest'
201+
os: 'macos-13'
202202
- name: 'pypy38-cover (ubuntu)'
203203
python: 'pypy-3.8'
204204
toxpython: 'pypy3.8'
@@ -216,7 +216,7 @@ jobs:
216216
toxpython: 'pypy3.8'
217217
python_arch: 'x64'
218218
tox_env: 'pypy38-cover'
219-
os: 'macos-latest'
219+
os: 'macos-13'
220220
- name: 'pypy38-nocov (ubuntu)'
221221
python: 'pypy-3.8'
222222
toxpython: 'pypy3.8'
@@ -234,7 +234,7 @@ jobs:
234234
toxpython: 'pypy3.8'
235235
python_arch: 'x64'
236236
tox_env: 'pypy38-nocov'
237-
os: 'macos-latest'
237+
os: 'macos-13'
238238
- name: 'pypy39-cover (ubuntu)'
239239
python: 'pypy-3.9'
240240
toxpython: 'pypy3.9'
@@ -252,7 +252,7 @@ jobs:
252252
toxpython: 'pypy3.9'
253253
python_arch: 'x64'
254254
tox_env: 'pypy39-cover'
255-
os: 'macos-latest'
255+
os: 'macos-13'
256256
- name: 'pypy39-nocov (ubuntu)'
257257
python: 'pypy-3.9'
258258
toxpython: 'pypy3.9'
@@ -270,7 +270,7 @@ jobs:
270270
toxpython: 'pypy3.9'
271271
python_arch: 'x64'
272272
tox_env: 'pypy39-nocov'
273-
os: 'macos-latest'
273+
os: 'macos-13'
274274
- name: 'pypy310-cover (ubuntu)'
275275
python: 'pypy-3.10'
276276
toxpython: 'pypy3.10'
@@ -288,7 +288,7 @@ jobs:
288288
toxpython: 'pypy3.10'
289289
python_arch: 'x64'
290290
tox_env: 'pypy310-cover'
291-
os: 'macos-latest'
291+
os: 'macos-13'
292292
- name: 'pypy310-nocov (ubuntu)'
293293
python: 'pypy-3.10'
294294
toxpython: 'pypy3.10'
@@ -306,7 +306,7 @@ jobs:
306306
toxpython: 'pypy3.10'
307307
python_arch: 'x64'
308308
tox_env: 'pypy310-nocov'
309-
os: 'macos-latest'
309+
os: 'macos-13'
310310
steps:
311311
- uses: actions/checkout@v4
312312
with:

0 commit comments

Comments
 (0)