Skip to content

Commit

Permalink
Bumped VulkanSDK in Actions to 1.3.268 - latest known SDK confirmed t…
Browse files Browse the repository at this point in the history
…o work (some semaphore sync issues seem to be appearing in 1.3.275.0 - will need to investigate).
  • Loading branch information
kondrak committed Feb 24, 2024
1 parent 13c0f48 commit 288ec23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linux
env:
VK_VERSION: 1.3.275.0
VK_VERSION: 1.3.268.0
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MacOS
env:
VK_VERSION: 1.3.224.1
VK_VERSION: 1.3.268.1
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Windows
env:
VK_VERSION: 1.3.224.1
VK_VERSION: 1.3.268.0
on:
push:
branches:
Expand Down

0 comments on commit 288ec23

Please sign in to comment.