From 288ec23010c5c538915a2b02f71e66017eb46956 Mon Sep 17 00:00:00 2001 From: Krzysztof Kondrak Date: Sat, 24 Feb 2024 23:55:15 +0100 Subject: [PATCH] Bumped VulkanSDK in Actions to 1.3.268 - latest known SDK confirmed to work (some semaphore sync issues seem to be appearing in 1.3.275.0 - will need to investigate). --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b0cbe67..d1f0da5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,6 +1,6 @@ name: Linux env: - VK_VERSION: 1.3.275.0 + VK_VERSION: 1.3.268.0 on: push: branches: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c467289..7254870 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,6 +1,6 @@ name: MacOS env: - VK_VERSION: 1.3.224.1 + VK_VERSION: 1.3.268.1 on: push: branches: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 13c0fe7..39289e7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,6 +1,6 @@ name: Windows env: - VK_VERSION: 1.3.224.1 + VK_VERSION: 1.3.268.0 on: push: branches: