diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 18:15:15 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 18:15:15 +0200 |
| commit | e612951a1acf738c4eaf075bf3d1218f9e5bd858 (patch) | |
| tree | 2c04ff6ed88c4813644c975d5133b16793565f38 /.github/workflows | |
| parent | in-tree: mimalloc (zen-repo package) (diff) | |
| download | zen-e612951a1acf738c4eaf075bf3d1218f9e5bd858.tar.xz zen-e612951a1acf738c4eaf075bf3d1218f9e5bd858.zip | |
bump xmake to 2.9.3 to fix issue with xmake trying to generate projects using v144 toolchain which does not exist
Diffstat (limited to '.github/workflows')
| -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 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: |