Skip to content

Commit 8edea88

Browse files
authored
Update macOS CI workflow to remove Vulkan version
Removed Vulkan SDK version specification from the workflow.
1 parent 77ca76d commit 8edea88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- name: Install Vulkan SDK
1717
uses: jakoch/install-vulkan-sdk-action@v1
1818
with:
19-
vulkan_version: 1.4.313.0
2019
optional_components: com.lunarg.vulkan.volk
2120
install_runtime: true
2221
cache: true
@@ -27,9 +26,6 @@ jobs:
2726
cmake -S . -B build -G "Unix Makefiles"
2827
cmake --build build -j8
2928
sudo cmake --install build
30-
codesign --remove-signature ./build/iris.app
31-
codesign --force --deep -s - ./build/iris.app
32-
codesign -vvvv ./build/iris.app
3329
mkdir -p ./build/dist
3430
cp -R ./build/iris.app ./build/dist
3531
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)