Skip to content

Commit

Permalink
Rename CI "arm" -> "arm64"
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 25, 2024
1 parent 2a2bf5e commit 247bd95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
with:
key: homebrew-${{ hashFiles('Brewfile.lock.json') }}
path: ~/Library/Caches/Homebrew/downloads
macos-arm:
name: macos-arm
macos-arm64:
name: macos-arm64
runs-on: macos-14
env:
CMAKE_OPTS: >-
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: macos-arm
name: macos-arm64
path: build/lmms-*.dmg
- name: Trim ccache and print statistics
run: |
Expand Down

0 comments on commit 247bd95

Please sign in to comment.