Skip to content

Commit 84b9321

Browse files
authored
Switch to macOS 13, because brew support for macOS 12 gone (#15232)
1 parent 95d7348 commit 84b9321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ on:
2929

3030
jobs:
3131
build:
32-
# use lowest possible macOS running on x86_64 to support more users
33-
runs-on: macos-12
32+
# use lowest possible macOS running on x86_64 supported by brew to support more users
33+
runs-on: macos-13
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Install deps

0 commit comments

Comments
 (0)