Skip to content

Commit 32cbb0b

Browse files
authored
Merge pull request #49 from ikalnytskyi/chore/drop-macos-12
Drop macOS 12 support, add macOS 15 instead
2 parents 3e4d1e0 + d687693 commit 32cbb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- ubuntu-20.04
2222
- ubuntu-22.04
2323
- ubuntu-24.04
24-
- macos-12
2524
- macos-13
2625
- macos-14
26+
- macos-15
2727
- windows-2019
2828
- windows-2022
2929
steps:
@@ -59,9 +59,9 @@ jobs:
5959
- ubuntu-20.04
6060
- ubuntu-22.04
6161
- ubuntu-24.04
62-
- macos-12
6362
- macos-13
6463
- macos-14
64+
- macos-15
6565
- windows-2019
6666
- windows-2022
6767
postgres-version:

0 commit comments

Comments
 (0)