Skip to content

Commit 18237ac

Browse files
committed
more
1 parent 3b7f469 commit 18237ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pyinstaller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ name: pyinstaller
1212
on: [push] # yamllint disable-line rule:truthy
1313

1414
jobs:
15-
pyinstaller-mac-11:
16-
runs-on: macos-11
15+
pyinstaller-macos-12:
16+
runs-on: macos-12
1717
steps:
1818
- name: icu
1919
run: |
@@ -37,7 +37,7 @@ jobs:
3737
- name: artifact dist
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: mac-11-dist
40+
name: macos-12-dist
4141
path: "*.zip"
4242

4343

.github/workflows/testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} # pragma: allowlist secret
2121

2222
jobs:
23-
testing-mac-12:
23+
testing-macos-12:
2424
runs-on: macos-12
2525
steps:
2626
- name: checkout
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/upload-artifact@v4
6666
if: always()
6767
with:
68-
name: mac-12-coverage
68+
name: macos-12-coverage
6969
path: |
7070
.coverage
7171
.coverage.*
@@ -234,7 +234,7 @@ jobs:
234234
merge:
235235
if: always()
236236
needs:
237-
- testing-mac-12
237+
- testing-macos-12
238238
- testing-win
239239
- testing-linux
240240
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)