aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/create_release.yml2
-rw-r--r--.github/workflows/validate.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 6fe82aed1..96acdd551 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.1
+ XMAKE_VERSION: 2.9.3
WINDOWS_SDK_VERSION: 22621
on:
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 5ec818116..abf302a65 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.1
+ XMAKE_VERSION: 2.9.3
WINDOWS_SDK_VERSION: 22621
on: