From 923df08fad162642276c98fa139850e439c27939 Mon Sep 17 00:00:00 2001 From: curioyang Date: Thu, 28 Dec 2023 14:07:53 +0800 Subject: [PATCH] update --- .github/workflows/compiler-python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler-python-release.yml b/.github/workflows/compiler-python-release.yml index 6ac04e6a27..750214194d 100644 --- a/.github/workflows/compiler-python-release.yml +++ b/.github/workflows/compiler-python-release.yml @@ -17,7 +17,7 @@ jobs: - {name: x86_64-windows, os: windows-latest, arch: x64} env: - VULKANSDK_VER: 1.2.182.0 + VULKANSDK_VER: 1.3.268.0 steps: - uses: actions/checkout@v3