diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 96acdd551..d6b83df15 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1,7 +1,7 @@ name: Create Release env: VCPKG_VERSION: 2024.06.15 # This version must be the same across .yml github workflows and if it is bumped the README.md must be updated to reflect this - XMAKE_VERSION: 2.9.3 + XMAKE_VERSION: 2.9.4 WINDOWS_SDK_VERSION: 22621 on: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index abf302a65..05babbe76 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,7 +1,7 @@ name: Validate env: VCPKG_VERSION: 2024.06.15 # This version must be the same across .yml github workflows and if it is bumped the README.md must be updated to reflect this - XMAKE_VERSION: 2.9.3 + XMAKE_VERSION: 2.9.4 WINDOWS_SDK_VERSION: 22621 on: |