Skip to content

Commit 3e6d690

Browse files
[chore](ci) Update macOS runner version to 15 in workflow (#59317)
1 parent 3e2ed4a commit 3e6d690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-thirdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
name: Build Third Party Libraries (macOS)
143143
needs: changes
144144
if: ${{ needs.changes.outputs.thirdparty_changes == 'true' }}
145-
runs-on: macos-13
145+
runs-on: macos-15
146146
steps:
147147
- name: Checkout ${{ github.ref }}
148148
uses: actions/checkout@v4

0 commit comments

Comments
 (0)