We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d7348 commit 84b9321Copy full SHA for 84b9321
.github/workflows/macos.yml
@@ -29,8 +29,8 @@ on:
29
30
jobs:
31
build:
32
- # use lowest possible macOS running on x86_64 to support more users
33
- runs-on: macos-12
+ # use lowest possible macOS running on x86_64 supported by brew to support more users
+ runs-on: macos-13
34
steps:
35
- uses: actions/checkout@v4
36
- name: Install deps
0 commit comments