mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 12:48:21 +08:00
Anka close Python 2.7 window (#5135)
This commit is contained in:
committed by
GitHub
parent
b2999beaf8
commit
32b225ca7f
@@ -13,7 +13,7 @@ sudo rm -f /var/vm/sleepimage
|
||||
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
|
||||
|
||||
# Disable Keyboard Setup Assistant window
|
||||
if [ -d "/Library/Application Support/Veertu" ]; then
|
||||
if is_Veertu; then
|
||||
sudo defaults write /Library/Preferences/com.apple.keyboardtype "keyboardtype" -dict-add "3-7582-0" -int 40
|
||||
fi
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
source ~/utils/utils.sh
|
||||
|
||||
# Close all finder windows because they can interfere with UI tests
|
||||
osascript -e 'tell application "Finder" to close windows'
|
||||
close_finder_window
|
||||
|
||||
if is_Catalina; then
|
||||
# Ignore available updates to prevent system pop-ups
|
||||
|
||||
Reference in New Issue
Block a user