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 d6b83df15..77a26e29d 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.4 + XMAKE_VERSION: 2.9.9 WINDOWS_SDK_VERSION: 22621 on: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 05babbe76..287b7e7f5 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.4 + XMAKE_VERSION: 2.9.9 WINDOWS_SDK_VERSION: 22621 on: |