forked from actions/runner-images
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mac OS] Configure template for Mac OS 14 ARM64 image (actions#8769)
* Configure template for Mac OS 14 ARM64 image * Change conditions for ruby
- Loading branch information
1 parent
f685533
commit df292be
Showing
31 changed files
with
434 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ source ~/utils/utils.sh | |
echo "Install [email protected]" | ||
brew_smart_install "[email protected]" | ||
|
||
if ! is_VenturaArm64; then | ||
if ! is_Arm64; then | ||
# Symlink brew [email protected] to `/usr/local/bin` as Homebrew refuses | ||
ln -sf $(brew --prefix [email protected])/bin/openssl /usr/local/bin/openssl | ||
else | ||
# arm64 has a different installation prefix for brew | ||
ln -sf $(brew --prefix [email protected])/bin/openssl /opt/homebrew/bin/openssl | ||
fi | ||
|
||
if ! is_VenturaArm64; then | ||
if ! is_Arm64; then | ||
# Most of buildsystems and scripts look up ssl here | ||
ln -sf $(brew --cellar [email protected])/1.1* /usr/local/opt/openssl | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.