aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-04-02 23:11:04 +0200
committerDan Engelbrecht <[email protected]>2025-04-02 23:11:04 +0200
commit5a001cbb797e7aba30860668afe5f97d0b1f18aa (patch)
tree61b4de0a3a7608f52aee06752585592e28940e75
parentuse full cert name for macos (diff)
downloadzen-5a001cbb797e7aba30860668afe5f97d0b1f18aa.tar.xz
zen-5a001cbb797e7aba30860668afe5f97d0b1f18aa.zip
just switch to latest xmake for good measure
-rw-r--r--.github/workflows/validate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index cc60f9d1d..981b220e3 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -1,7 +1,7 @@
name: Validate
env:
VCPKG_VERSION: 2024.03.25
- XMAKE_VERSION: 2.9.1
+ XMAKE_VERSION: 2.9.8
WINDOWS_SDK_VERSION: 22621
on: