You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Action to apply macos patches if needed (they are quite frequently needed hence a dedicated action to apply all or none to all our macos build host runs)
3
+
4
+
runs:
5
+
using: composite
6
+
steps:
7
+
- name: Info
8
+
shell: sh
9
+
run: echo "Applying macos patches"
10
+
11
+
# Add any necessary patches for macos hosts below:
12
+
13
+
# Required for new moltenvk builds. keep until 'macos-latest' points to macos15 instead of 14: https://github.com/actions/runner-images?tab=readme-ov-file#available-images
0 commit comments