From 640149e2b3b5a03dd8dca2da30c55b80c52cb04c Mon Sep 17 00:00:00 2001 From: Jim Blackler Date: Tue, 1 Sep 2026 13:07:51 +0000 Subject: [PATCH] Fix CI macos build issue 'ld: framework AGL not found' This is a partial cherry pick of https://github.com/LunarG/VulkanTools/commit/941f1923 --- .github/workflows/ci.yml | 6 +++--- Vulkan-Headers | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 Vulkan-Headers diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 242adb17e5..856682f9e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.3' + version: '6.9.3' - name: Clone repository uses: actions/checkout@v6 - run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev @@ -74,7 +74,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.2' + version: '6.9.3' - run: cmake -S . -B build -D UPDATE_DEPS=ON -D BUILD_TESTS=ON -D RUN_ON_GITHUB=ON -D CMAKE_BUILD_TYPE=Debug -G Ninja - run: cmake --build build - run: ctest --output-on-failure --test-dir build --timeout 10 @@ -107,7 +107,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.2' + version: '6.9.3' - uses: lukka/get-cmake@latest - name: Configure run: | diff --git a/Vulkan-Headers b/Vulkan-Headers new file mode 160000 index 0000000000..b51f6b865c --- /dev/null +++ b/Vulkan-Headers @@ -0,0 +1 @@ +Subproject commit b51f6b865c18fc5b33990d12f75e8dfd672cede6