diff --git a/.github/workflows/MacOS_Build.yml b/.github/workflows/MacOS_Build.yml index 0532de5b..d13aae39 100644 --- a/.github/workflows/MacOS_Build.yml +++ b/.github/workflows/MacOS_Build.yml @@ -23,11 +23,11 @@ jobs: - name: Fetch submodules run: git submodule update --init --recursive - - name: Install Vulkan SDK - - uses: humbletim/install-vulkan-sdk@v1.1.1 + - name: Setup Vulkan SDK + uses: humbletim/install-vulkan-sdk@v1.1.1 with: - version: 1.3.204.0 - cache: true + version: latest + cache: true - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.