Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Run tests on Mac OS 14 and 15 #209

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Conversation

webflo
Copy link
Contributor

@webflo webflo commented Oct 9, 2024

No description provided.

@webflo
Copy link
Contributor 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.

@geerlingguy geerlingguy merged commit 3e46828 into geerlingguy:master Nov 12, 2024
3 checks passed
@webflo webflo deleted the patch-1 branch November 12, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants