We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d71fa + 85a5c36 commit ca880f6Copy full SHA for ca880f6
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
- windows-latest
19
- macos-latest
20
- macos-13
21
+ - macos-14
22
steps:
23
- uses: actions/checkout@v4
24
action.yml
@@ -47,7 +47,7 @@ runs:
47
done
48
elif [ "$RUNNER_OS" == "macOS" ]; then
49
case "$(sw_vers -productVersion)" in
50
- 13.*)
+ 13.*|14.*)
51
# Unfortunately, the macOS 13 runner image doesn't come w/
52
# pre-installed PostgreSQL server.
53
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
0 commit comments