Skip to content

Commit 11b47a3

Browse files
authored
[Rosetta on ARM macOS Runner] Test Install Rosetta 2 on ARM macOS Runner
1 parent 75c6402 commit 11b47a3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Rosetta 2 on ARM macOS Action Runner
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
workflow_dispatch:
6+
jobs:
7+
run:
8+
# Run on macOS 15 (arm64) GitHub Action Runner
9+
runs-on: macos-15
10+
steps:
11+
- name: Install Rosetta 2
12+
run: |
13+
softwareupdate --install-rosetta --agree-to-license

0 commit comments

Comments
 (0)