Skip to content

Commit 85a5c36

Browse files
ikalnytskyihfhbd
andcommitted
Add macOS 14 support
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 <[email protected]>
1 parent 49d71fa commit 85a5c36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- windows-latest
1919
- macos-latest
2020
- macos-13
21+
- macos-14
2122
steps:
2223
- uses: actions/checkout@v4
2324

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
done
4848
elif [ "$RUNNER_OS" == "macOS" ]; then
4949
case "$(sw_vers -productVersion)" in
50-
13.*)
50+
13.*|14.*)
5151
# Unfortunately, the macOS 13 runner image doesn't come w/
5252
# pre-installed PostgreSQL server.
5353
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1

0 commit comments

Comments
 (0)