Skip to content

Commit

Permalink
MAC: Elide mkdir, elide ARM64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Oct 2, 2024
1 parent 0a78ac9 commit 370d19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
config:
- arch: 'x86_64'
runner: 'macos-latest'
- arch: 'arm64'
runner: 'macos-14-arm64'
# ARM is currently disabled because there seems to be no runner available
# - arch: 'arm64'
# runner: 'macos-14-arm64'
name: help-macos-${{ matrix.config.arch }}
runs-on: ${{ matrix.config.runner }}
steps:
Expand All @@ -56,7 +57,6 @@ jobs:
name: macos-${{ matrix.config.arch }}
- name: Mount the DMG
run: |
mkdir -p ~/tmpvolume
hdiutil attach lmms-*.dmg -mountpoint ~/tmpvolume
cp -R ~/tmpvolume/LMMS.app /tmp/
- name: Display help
Expand Down

0 comments on commit 370d19c

Please sign in to comment.