-
Notifications
You must be signed in to change notification settings - Fork 13
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ikalnytskyi/action-setup-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ikalnytskyi/action-setup-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 2 contributors
Commits on Mar 16, 2024
-
Due to some dark magic used to prepare the macOS 13 runner, the brew install command fails to link unrelated kegs, such as `python@3.12`. Fortunately, since `python@3.12` is a dependency of a dependency, and that dependency is already installed, we can workaround the issue by forcing Homebrew to do not try upgrading dependencies unless absolutely neccessary. Fixes: #27
Configuration menu - View commit details
-
Copy full SHA for 88de67f - Browse repository at this point
Copy the full SHA 88de67fView commit details -
Merge pull request #28 from ikalnytskyi/bug/macos-13-install-postgres
Fix macOS 13 support
Configuration menu - View commit details
-
Copy full SHA for 49d71fa - Browse repository at this point
Copy the full SHA 49d71faView commit details
Commits on Mar 19, 2024
-
The macOS 14 runner image isn't shipped with pre-installed PostgreSQL server. Even though it has Beta status, it'd be nice to support this runner image too. Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85a5c36 - Browse repository at this point
Copy the full SHA 85a5c36View commit details -
Merge pull request #29 from ikalnytskyi/feat/macos-14
Add macOS 14 support
Configuration menu - View commit details
-
Copy full SHA for ca880f6 - Browse repository at this point
Copy the full SHA ca880f6View commit details
Commits on May 1, 2024
-
Add support for missing action runners
Turns out that Windows Server 2019 does not support locale names specified in the format defined by the POSIX standard. This patch converts the POSIX format to the one supported by Windows 2019. In addition to that, this patch adds all supported action runners to the continue integration, so we can make sure that this action works properly on every supported platform. Reported-by: Irena Rindos Fixes: #25
Configuration menu - View commit details
-
Copy full SHA for 89e1586 - Browse repository at this point
Copy the full SHA 89e1586View commit details -
Merge pull request #30 from ikalnytskyi/feat/missing-os-runners
Add support for missing action runners
Configuration menu - View commit details
-
Copy full SHA for e629f5d - Browse repository at this point
Copy the full SHA e629f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 687404e - Browse repository at this point
Copy the full SHA 687404eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5...v6