Skip to content

Commit

Permalink
Run tests on Mac OS 14 and 15 (#209)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
webflo and geerlingguy authored Nov 12, 2024
1 parent b660bf1 commit 3e46828
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-11
- macos-15
- macos-14

steps:
- name: Check out the codebase.
Expand Down
1 change: 1 addition & 0 deletions tasks/terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
command: defaults read com.apple.terminal 'Default Window Settings'
register: terminal_theme
changed_when: false
failed_when: false
check_mode: false

- name: Ensure custom Terminal profile is added.
Expand Down
1 change: 1 addition & 0 deletions tests/uninstall-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ sudo ./uninstall.sh --force
sudo rm -rf /usr/local/Homebrew
sudo rm -rf /usr/local/Caskroom
sudo rm -rf /usr/local/bin/brew
sudo rm -rf /opt/homebrew

0 comments on commit 3e46828

Please sign in to comment.