Skip to content

Commit

Permalink
adding macos-14 (m1) action, fixing 11 links
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Mar 23, 2024
1 parent 1dc9e84 commit f714640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries-macos-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
cd microemacs/mesingle
export PATH=`pwd`/../src/.macos64cc-release-mec/:$PATH
export PATH=`pwd`/../3rdparty/tfs/.macos64cc-release/:$PATH
bash mesgen.sh -d -p ../src/.macos64cc-release-mew/mew -o ../../binaries-MacOS-11/mews-macos64cc-14.bin
bash mesgen.sh -d -p ../src/.macos64cc-release-mew/mew -o ../../binaries-MacOS-14/mews-macos64cc-14.bin
bash mesgen.sh -d -p ../src/.macos64cc-release-mec/mec -o ../../binaries-MacOS-14/mecs-macos64cc-14.bin
cd ../../
TERM=xterm-256color ./binaries-MacOS-11/mecs-macos64cc-14.bin @platform.emf
TERM=xterm-256color ./binaries-MacOS-14/mecs-macos64cc-14.bin @platform.emf
- name: Upload Artifact GitHub Action MacOS executables
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f714640

Please sign in to comment.