We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc61171 commit da0d675Copy full SHA for da0d675
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
github.event_name == 'push' ||
10
github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
11
12
- runs-on: macos-12
+ runs-on: macos-13
13
steps:
14
- uses: actions/checkout@v4
15
with:
0 commit comments