Skip to content

Commit

Permalink
Testing with Vulkan SDK 1.3.216 instead of 1.3.204
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesugb authored Apr 12, 2024
1 parent 8d9e703 commit 11d51a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-platform-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
cxx: "cl"
}
# note: if a specific vulkan version needs testing, you can add it here:
vulkan-sdk: ["latest", "1.3.204.1"]
vulkan-sdk: ["latest", "1.3.216.0"]

steps:
# IMPORTANT: apparently checkout@v3 pulls to ${{ github.event.repository.name }}/${{ github.event.repository.name }} instead of just ${{ github.event.repository.name }} on windows
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
cxx: "cl"
}
# note: if a specific vulkan version needs testing, you can add it here:
vulkan-sdk: ["latest", "1.3.204.1"]
vulkan-sdk: ["latest", "1.3.216.0"]

steps:
# IMPORTANT: apparently checkout@v3 pulls to ${{ github.event.repository.name }}/${{ github.event.repository.name }} instead of just ${{ github.event.repository.name }} on windows
Expand Down

0 comments on commit 11d51a7

Please sign in to comment.