File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
path : dist
43
43
44
44
macos-x86_64 :
45
- runs-on : macos-latest
45
+ runs-on : macos-12
46
46
steps :
47
47
- uses : actions/checkout@v4
48
48
- uses : actions/setup-python@v5
65
65
path : dist
66
66
67
67
macos-universal :
68
- runs-on : macos-latest
68
+ runs-on : macos-12
69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
- uses : actions/setup-python@v5
87
87
path : dist
88
88
89
89
windows :
90
- runs-on : windows-latest
90
+ runs-on : windows-2022
91
91
strategy :
92
92
matrix :
93
93
target : [x64, x86]
@@ -246,15 +246,15 @@ jobs:
246
246
runs-on : ${{ matrix.os }}
247
247
strategy :
248
248
matrix :
249
- os : [ubuntu-22.04, macos-latest ]
249
+ os : [ubuntu-22.04, macos-12 ]
250
250
target : [x86_64, aarch64]
251
251
python-version :
252
252
- " 3.7"
253
253
- " 3.8"
254
254
- " 3.9"
255
255
- " 3.10"
256
256
exclude :
257
- - os : macos-latest
257
+ - os : macos-12
258
258
target : aarch64
259
259
steps :
260
260
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments