Skip to content

Commit

Permalink
Add macos arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pixsperdavid committed Feb 2, 2024
1 parent abd57b0 commit 9707d37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
arch: x64
- os: macos-latest
arch: x64
- os: macos-14
arch: arm64
- os: ubuntu-latest
arch: x64
- os: ubuntu-latest
Expand Down Expand Up @@ -112,6 +114,7 @@ jobs:
name: |
windows-latest_x64_package
macos-latest_x64_package
macos-14_arm64_package
ubuntu-latest_x64_package
ubuntu-latest_arm64_package
ubuntu-latest_arm_package
Expand All @@ -123,6 +126,8 @@ jobs:
cp -r windows-latest_x64_package/build/* ~/package/screamdeck/bin/win_x64
mkdir -p ~/package/screamdeck/bin/macos_x64
cp macos-latest_x64_package/build/* ~/package/screamdeck/bin/macos_x64
mkdir -p ~/package/screamdeck/bin/macos_arm64
cp macos-14_arm64_package/build/* ~/package/screamdeck/bin/macos_arm64
mkdir -p ~/package/screamdeck/bin/linux_x64
cp ubuntu-latest_x64_package/build/* ~/package/screamdeck/bin/linux_x64
mkdir -p ~/package/screamdeck/bin/linux_arm64
Expand Down

0 comments on commit 9707d37

Please sign in to comment.