Skip to content

Commit d296e72

Browse files
authored
Run release builds for macos-x86_64 on macos-14 runners (#8327)
1 parent e3e1403 commit d296e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
macos-x86_64:
6666
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
67-
runs-on: macos-13-large
67+
runs-on: macos-14
6868
steps:
6969
- uses: actions/checkout@v4
7070
with:

0 commit comments

Comments
 (0)