Fix broken CI on MacOS (#2341)

LunarG has changed the SDK file hosted for MacOS v1.3.275.0 from a .zip
file to a .dmg file with the old hyperlink transparently redirecting to
the new one.

The script expects a .zip archive so it fails when it downloads a .dmg
file.

Bump the Vulkan SDK version to 1.4.309.0, which is the latest version
and is provided as a .zip archive.

Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
This commit is contained in:
Ahmed Hesham
2025-03-18 16:04:14 +00:00
committed by GitHub
parent 395648cfef
commit d4c292ed46

View File

@@ -72,7 +72,7 @@ jobs:
- name: Install Vulkan SDK - name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@main uses: humbletim/install-vulkan-sdk@main
with: with:
version: 1.3.275.0 version: 1.4.309.0
cache: true cache: true
- name: Install Android NDK - name: Install Android NDK
if: ${{ matrix.arch == 'android-arm' || matrix.arch == 'android-aarch64' }} if: ${{ matrix.arch == 'android-arm' || matrix.arch == 'android-aarch64' }}