Skip to content

Commit 65af291

Browse files
authored
🐛 Add missing arm64 mac runners to deploy
1 parent 96544e4 commit 65af291

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- os: macos-15
1818
profile_path: profiles/x86_64/mac-15/
1919

20+
- os: macos-14
21+
profile_path: profiles/armv8/mac-14/
22+
23+
- os: macos-15
24+
profile_path: profiles/armv8/mac-15/
25+
2026
runs-on: ${{ matrix.os }}
2127
steps:
2228
- uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)