Skip to content

Commit 3e46828

Browse files
webflogeerlingguy
andauthored
Run tests on Mac OS 14 and 15 (#209)
* Run tests on Mac OS 14 and 15 * Update uninstall-homebrew.sh * Don't die on bad terminal defaults request. --------- Co-authored-by: Jeff Geerling <geerlingguy@mac.com>
1 parent b660bf1 commit 3e46828

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
strategy:
3737
matrix:
3838
os:
39-
- macos-12
40-
- macos-11
39+
- macos-15
40+
- macos-14
4141

4242
steps:
4343
- name: Check out the codebase.

tasks/terminal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
command: defaults read com.apple.terminal 'Default Window Settings'
55
register: terminal_theme
66
changed_when: false
7+
failed_when: false
78
check_mode: false
89

910
- name: Ensure custom Terminal profile is added.

tests/uninstall-homebrew.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ sudo ./uninstall.sh --force
1111
sudo rm -rf /usr/local/Homebrew
1212
sudo rm -rf /usr/local/Caskroom
1313
sudo rm -rf /usr/local/bin/brew
14+
sudo rm -rf /opt/homebrew

0 commit comments

Comments
 (0)