File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- os : [ubuntu-24.04, macos-15 ]
16+ os : [macos-26 ]
1717
1818 steps :
1919 - uses : actions/checkout@v3
2424 - name : scutil
2525 run : |
2626 set -x
27- scutil — -get ComputerName # the ”friendly” name
28- scutil — -get LocalHostName # the Bonjour / mDNS / ZeroConf host name
29- scutil — -get HostName # should be the same as what hostname command returns
27+ scutil - -get ComputerName # the ”friendly” name
28+ scutil - -get LocalHostName # the Bonjour / mDNS / ZeroConf host name
29+ scutil - -get HostName # should be the same as what hostname command returns
3030
3131 - name : Run hostname check script
3232 run : |
@@ -40,11 +40,11 @@ jobs:
4040 echo "Pinging FQDN..."
4141 ping -c 1 $(hostname -f)
4242
43- - name : Change hostname
44- run : |
45- # https://apple.stackexchange.com/questions/287760/set-the-hostname-computer-name-for-macos
43+ # - name: Change hostname
44+ # run: |
45+ # # https://apple.stackexchange.com/questions/287760/set-the-hostname-computer-name-for-macos
4646
47- sudo scutil --set HostName <new host name>
48- sudo scutil --set LocalHostName <new host name>
49- sudo scutil --set ComputerName <new name>
50- dscacheutil -flushcache
47+ # sudo scutil --set HostName <new host name>
48+ # sudo scutil --set LocalHostName <new host name>
49+ # sudo scutil --set ComputerName <new name>
50+ # dscacheutil -flushcache
You can’t perform that action at this time.
0 commit comments