Skip to content

Commit d687693

Browse files
committed
Drop macOS 12 support, add macOS 15 instead
The macOS 12 actions runner has been deprecated on 2024-10-07 and is planned for complete removal on 2024-12-03 [1]. I believe it's about time to stop using macOS 12, and instead cover macOS 15 (beta) instead. [1]: actions/runner-images#10721
1 parent 3e4d1e0 commit d687693

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)