Skip to content

Commit 0ce4122

Browse files
committed
mac runner to 13 fix specfile name
1 parent 0ffe5e6 commit 0ce4122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_executables.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: echo $SI > serverinfo.txt && echo $ULCRT > cert.pem
4949
- name: package cogmood
5050
shell: bash -l {0}
51-
run: cd package && python -m PyInstaller cogmood_winkivy20.spec
51+
run: cd package && python -m PyInstaller cogmood_winkivy.spec
5252
- name: save exe
5353
uses: actions/upload-artifact@v3
5454
with:
@@ -86,7 +86,7 @@ jobs:
8686
# path: dist/SUPREME.exe # Path to your Windows executable
8787

8888
build-macos:
89-
runs-on: macos-latest
89+
runs-on: macos-13
9090
steps:
9191
- name: Setup tmate session
9292
uses: mxschmitt/action-tmate@v3
@@ -121,7 +121,7 @@ jobs:
121121
run: echo "$SIMAC" > serverinfo.txt && echo "$ULCRTMAC" > cert.pem
122122
- name: package cogmood
123123
shell: bash -l {0}
124-
run: cd package && python -m PyInstaller cogmood_mackivy20.spec
124+
run: cd package && python -m PyInstaller cogmood_mackivy.spec
125125
- name: save exe
126126
uses: actions/upload-artifact@v3
127127
with:

0 commit comments

Comments
 (0)