Skip to content

Commit

Permalink
Drop macOS 12 support, add macOS 15 instead
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ikalnytskyi committed Oct 23, 2024
1 parent 3e4d1e0 commit d687693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
- macos-14
- macos-15
- windows-2019
- windows-2022
steps:
Expand Down Expand Up @@ -59,9 +59,9 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
- macos-14
- macos-15
- windows-2019
- windows-2022
postgres-version:
Expand Down

0 comments on commit d687693

Please sign in to comment.