Skip to content

Commit ca880f6

Browse files
authored
Merge pull request #29 from ikalnytskyi/feat/macos-14
Add macOS 14 support
2 parents 49d71fa + 85a5c36 commit ca880f6

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)