We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ae54c commit ff072fbCopy full SHA for ff072fb
1 file changed
.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-13
+ runs-on: macos-14
13
steps:
14
- uses: actions/checkout@v4
15
with:
0 commit comments