From 4e0a04c882d25dd4f51978a49d202afced699d91 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Aug 2025 22:57:22 +0800 Subject: [PATCH] ... --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caecf4c..df69d48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, windows-11-arm, macOS-latest, macos-14] + os: [macOS-latest, macos-14] version: [branch@test] runs-on: ${{ matrix.os }} @@ -31,6 +31,7 @@ jobs: - name: Run tests run: | + sw_vers -productVersion xmake --version cd tests/sample xmake -y -vD