-
Notifications
You must be signed in to change notification settings - Fork 3
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
update os versions macos #15
update os versions macos #15
Conversation
- name: Check for MacOS Runner | ||
if: matrix.os == 'macos-latest-xlarge' | ||
run: brew install postgresql@14 | ||
- uses: ikalnytskyi/action-setup-postgres@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this action may have support for latest now? (i.e is the if needed?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll test it and see
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't seem like it's active yet. I'm getting issues about commands not being available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, was worth a shot!
added macos and windows support with multiple versions to postgres tests