Skip to content

Commit ef956a4

Browse files
committed
Upgrade Vulkan SDK to 1.4.313.
Upgrade vcpkg to 2025.06.13. Upgrade Linux CI to ubuntu-24.04.
1 parent 92170b6 commit ef956a4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
env:
10-
SDK_VERSION: 1.3.296
10+
SDK_VERSION: 1.4.313
1111

1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
runs-on: windows-2022
99
env:
10-
SDK_VERSION: 1.3.296.0
10+
SDK_VERSION: 1.4.313.2
1111

1212
steps:
1313
- uses: actions/checkout@v4

vcpkg_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mkdir -p build
2424
cd build
2525
git clone https://github.com/Microsoft/vcpkg.git vcpkg.linux
2626
cd vcpkg.linux
27-
git checkout 2024.12.16
27+
git checkout 2025.06.13
2828
./bootstrap-vcpkg.sh
2929

3030
./vcpkg install \

vcpkg_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mkdir build
22
cd build || goto :error
33
git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows || goto :error
44
cd vcpkg.windows || goto :error
5-
git checkout 2024.12.16 || goto :error
5+
git checkout 2025.06.13 || goto :error
66
call bootstrap-vcpkg.bat || goto :error
77

88
vcpkg.exe install ^

0 commit comments

Comments
 (0)