Skip to content

Commit

Permalink
mac runner to 13 fix specfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent 0ffe5e6 commit 0ce4122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo $SI > serverinfo.txt && echo $ULCRT > cert.pem
- name: package cogmood
shell: bash -l {0}
run: cd package && python -m PyInstaller cogmood_winkivy20.spec
run: cd package && python -m PyInstaller cogmood_winkivy.spec
- name: save exe
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# path: dist/SUPREME.exe # Path to your Windows executable

build-macos:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: echo "$SIMAC" > serverinfo.txt && echo "$ULCRTMAC" > cert.pem
- name: package cogmood
shell: bash -l {0}
run: cd package && python -m PyInstaller cogmood_mackivy20.spec
run: cd package && python -m PyInstaller cogmood_mackivy.spec
- name: save exe
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0ce4122

Please sign in to comment.