Skip to content

Commit

Permalink
test for monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Boon committed Mar 22, 2024
1 parent a9347a1 commit 4eed8c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/binaries/macos/${MOSDIR}
cp -r $GITHUB_WORKSPACE/glm-source/binaries/macos/${MOSDIR}/* $GITHUB_WORKSPACE/binaries/macos/${MOSDIR}/.
- name: run GLM FCR
shell: bash
run: |
cd glm-examples/FCR
echo now try running glm for ${MOSDIR}
$GITHUB_WORKSPACE/binaries/macos/Monterey/glm_latest/glm
echo run completed
- name: update binaries and push to remote
run: |
git config --global user.name "github-actions[bot]"
Expand Down Expand Up @@ -204,6 +212,7 @@ jobs:
shell: bash
run: |
cd glm-examples/FCR
MOSDIR=`grep 'SOFTWARE LICENSE AGREEMENT FOR ' '/System/Library/CoreServices/Setup Assistant.app/Contents/Resources/en.lproj/OSXSoftwareLicense.rtf' | awk -F 'macOS ' '{print $NF}' | tr -d '\\' | tr ' ' '_'`
echo now try running glm for ${MOSDIR}
$GITHUB_WORKSPACE/binaries/macos/Sonoma/glm_latest/glm
echo run completed
Expand Down

0 comments on commit 4eed8c1

Please sign in to comment.