Skip to content

Commit 29bea0b

Browse files
authored
🐛 Add missing arm64 mac runners to deploy_mac (#86)
1 parent 0c5268a commit 29bea0b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy_mac.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- os: macos-15
4343
profile_path: profiles/x86_64/mac-15/
4444

45+
- os: macos-14
46+
profile_path: profiles/armv8/mac-14/
47+
48+
- os: macos-15
49+
profile_path: profiles/armv8/mac-15/
50+
4551
runs-on: ${{ matrix.os }}
4652
steps:
4753
- uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)