From 79f4e81feaf6733133efdc3e8489a1ebda613196 Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:50:42 +0800 Subject: [PATCH] disable ubuntu & macos GUI disable ubuntu & macos GUI --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c94ff3e1..75bc6f3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,14 +264,14 @@ jobs: timeout-minutes: 45 strategy: fail-fast: false - matrix: - include: - - os: ubuntu-latest - target: x86_64-unknown-linux-musl - platform: linux - - os: macos-latest - target: aarch64-apple-darwin - platform: macos + #matrix: + #include: + #- os: ubuntu-latest + # target: x86_64-unknown-linux-musl + # platform: linux + #- os: macos-latest + # target: aarch64-apple-darwin + # platform: macos # - os: windows-latest # target: x86_64-pc-windows-msvc # platform: windows