aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 18:20:20 +0200
committerStefan Boberg <[email protected]>2025-10-25 18:20:20 +0200
commit5f0d5b0fb2952bfda707794bec73c9ed596f1b9d (patch)
tree8ae1d1bda1f9b60da36934ebd8ac1e0884ef378e /.github/workflows
parentbump xmake to 2.9.3 to fix issue with xmake trying to generate projects using... (diff)
downloadzen-5f0d5b0fb2952bfda707794bec73c9ed596f1b9d.tar.xz
zen-5f0d5b0fb2952bfda707794bec73c9ed596f1b9d.zip
bump to 2.9.4 as 2.9.3 does not seem to contain fix
Diffstat (limited to '.github/workflows')
-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 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: