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.
Fix macOS 13 arm64 software update part (actions#8772)
Co-authored-by: Alexey Ayupov <“[email protected]”>
- Loading branch information
1 parent
e2f77cd
commit 7a11d3f
Showing
3 changed files
with
48 additions
and
15 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
2 changes: 1 addition & 1 deletion
2
images/macos/provision/configuration/auto-software-update-arm64.exp
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /usr/bin/expect -f | ||
|
||
set timeout -1 | ||
spawn sudo /usr/sbin/softwareupdate --all --install --restart --verbose | ||
spawn sudo /usr/sbin/softwareupdate --restart --verbose --install "MACOSUPDATE" | ||
expect "Password*" | ||
send "[lindex $argv 0]\r" | ||
expect eof |