File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ name: pyinstaller
12
12
on : [push] # yamllint disable-line rule:truthy
13
13
14
14
jobs :
15
- pyinstaller-mac-11 :
16
- runs-on : macos-11
15
+ pyinstaller-macos-12 :
16
+ runs-on : macos-12
17
17
steps :
18
18
- name : icu
19
19
run : |
37
37
- name : artifact dist
38
38
uses : actions/upload-artifact@v4
39
39
with :
40
- name : mac-11 -dist
40
+ name : macos-12 -dist
41
41
path : " *.zip"
42
42
43
43
Original file line number Diff line number Diff line change 20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN}} # pragma: allowlist secret
21
21
22
22
jobs :
23
- testing-mac -12 :
23
+ testing-macos -12 :
24
24
runs-on : macos-12
25
25
steps :
26
26
- name : checkout
65
65
uses : actions/upload-artifact@v4
66
66
if : always()
67
67
with :
68
- name : mac -12-coverage
68
+ name : macos -12-coverage
69
69
path : |
70
70
.coverage
71
71
.coverage.*
@@ -234,7 +234,7 @@ jobs:
234
234
merge :
235
235
if : always()
236
236
needs :
237
- - testing-mac -12
237
+ - testing-macos -12
238
238
- testing-win
239
239
- testing-linux
240
240
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments