From c65440fc6ee436a77a400c2d1be001ae580374cf Mon Sep 17 00:00:00 2001 From: n15421 <119112174+n15421@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:28:19 +0800 Subject: [PATCH] ci: fix build --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a30ee2b..f7d3cc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.9.9 + xmake-version: 3.0.0 - run: | xmake repo -u diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7eb73b9..481553b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: 2.9.9 + xmake-version: 3.0.0 - run: | xmake repo -u