Skip to content

Commit

Permalink
Update GHA scripts to prepare for 1.4
Browse files Browse the repository at this point in the history
Add last fully tagged version of 1.3 as an explicit test point and
update PR title to 1.4.
  • Loading branch information
zeux committed Dec 2, 2024
1 parent c48c526 commit e767d0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ jobs:
export VULKAN_SDK=~/Vulkan-Headers
git -C ~/Vulkan-Headers checkout vulkan-sdk-1.3.268
test/run_tests.sh
- name: build 1.3.296
shell: bash
run: |
export VULKAN_SDK=~/Vulkan-Headers
git -C ~/Vulkan-Headers checkout vulkan-sdk-1.3.296
test/run_tests.sh
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
branch: update/${{env.VOLK_VERSION}}
delete-branch: true
commit-message: Update to 1.3.${{env.VOLK_VERSION}}
title: Update to 1.3.${{env.VOLK_VERSION}}
commit-message: Update to 1.4.${{env.VOLK_VERSION}}
title: Update to 1.4.${{env.VOLK_VERSION}}
author: GitHub <[email protected]>
- name: enable pr automerge
run: |
Expand Down

0 comments on commit e767d0e

Please sign in to comment.