mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[macOS] Rename build scripts (#8887)
Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
8
images/macos/scripts/build/install-rosetta.sh
Normal file
8
images/macos/scripts/build/install-rosetta.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
################################################################################
|
||||
## File: install-rosetta.sh
|
||||
## Desc: Install Rosetta
|
||||
################################################################################
|
||||
|
||||
echo 'Installing Rosetta'
|
||||
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
|
||||
Reference in New Issue
Block a user