Skip to content

Commit 47a0839

Browse files
committed
install_vulkan.py now needs sudo
1 parent dbb3581 commit 47a0839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
path: windows
176176

177177
macos:
178-
runs-on: macos-14
178+
runs-on: macos-13
179179

180180
steps:
181181
- uses: actions/checkout@v4
@@ -188,7 +188,7 @@ jobs:
188188
sudo ${binary} --root ~/vulkan --accept-licenses --default-answer --confirm-command install
189189
ls ~/vulkan
190190
cd ~/vulkan/
191-
python install_vulkan.py
191+
sudo python install_vulkan.py
192192
193193
- name: macos-macos
194194
run: |

0 commit comments

Comments
 (0)