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

Fix CI #1161

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Fix CI #1161

merged 3 commits into from
Aug 19, 2024

Conversation

vadz
Copy link
Member

@vadz vadz commented Aug 19, 2024

It bitrotted again.

macOS 11 is not supported by GitHub CI runners any longer.
Don't use "services" section as it's not flexible enough to allow
starting different versions of Postgres depending on the matrix entry
and just launch the service manually.
This (unsafe) function is deprecated in macOS 12 SDK and using it
results in the warnings that are not worth suppressing -- instead, just
stop using it and always use snprintf(), even when we know that we can't
overflow the buffer.
@vadz vadz merged commit b2172e4 into SOCI:master Aug 19, 2024
15 of 16 checks passed
@vadz vadz deleted the fix-ci branch August 19, 2024 13:31
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.

1 participant