Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Run tests on Mac OS 14 and 15 #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

webflo
Copy link

@webflo webflo commented Oct 9, 2024

No description provided.

@webflo
Copy link
Author

webflo commented Oct 9, 2024

Or maybe only 15?

@geerlingguy
Copy link
Owner

geerlingguy commented Oct 9, 2024

Looks like it's failing applying the terminal profile settings:

The domain/default pair of (com.apple.terminal, Default Window Settings) does not exist

I haven't yet upgraded to macOS 15 on my laptop :O

This line, in particular: https://github.com/geerlingguy/mac-dev-playbook/blob/master/tasks/terminal.yml#L4

For debugging, could run:

for i in `defaults domains | tr ',' '\n'`; do echo "********* READING DEFAULT DOMAIN $i **********"; echo; defaults read $i; done

From: https://apple.stackexchange.com/a/195290/17366 — grab the list and find Terminal and see what it might be now. Could just make that an optional task.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants