mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
[macOS] Introduce macOS-26 base code (#13007)
This commit is contained in:
@@ -45,6 +45,10 @@ is_Arm64() {
|
||||
[ "$(arch)" = "arm64" ]
|
||||
}
|
||||
|
||||
is_Tahoe() {
|
||||
[ "$OSTYPE" = "darwin25" ]
|
||||
}
|
||||
|
||||
is_Sequoia() {
|
||||
[ "$OSTYPE" = "darwin24" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user