Skip to content

Commit ea6fdc9

Browse files
utzcozrpavlik
authored andcommitted
ci: Enable full vulkan cache for all macOS architectures
See https://github.com/humbletim/setup-vulkan-sdk/releases/tag/v1.2.1. Signed-off-by: utzcoz <[email protected]>
1 parent 3a59f10 commit ea6fdc9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/macOS.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
device: [
21+
macos-13, # Tests Mac x86_64
2122
macos-14, # Tests Mac arm64
2223
]
2324
runs-on: ${{ matrix.device }}
@@ -26,12 +27,12 @@ jobs:
2627
- uses: actions/checkout@v4
2728
- name: "Get modern CMake and Ninja"
2829
uses: "lukka/[email protected]"
29-
# - name: Prepare Vulkan SDK
30-
# uses: humbletim/[email protected].0
31-
# with:
32-
# vulkan-query-version: 1.3.290.0
33-
# vulkan-components: Vulkan-Headers, Vulkan-Loader
34-
# vulkan-use-cache: true
30+
- name: Prepare Vulkan SDK
31+
uses: humbletim/[email protected].1
32+
with:
33+
vulkan-query-version: 1.3.290.0
34+
vulkan-components: Vulkan-Headers, Vulkan-Loader
35+
vulkan-use-cache: true
3536
- name: Build
3637
run: |
3738
mkdir -p build/macos

0 commit comments

Comments
 (0)