disable ubuntu & macos GUI

disable ubuntu & macos GUI
This commit is contained in:
loverustfs
2025-07-09 19:50:42 +08:00
committed by GitHub
parent 28da78d544
commit 79f4e81fea
+8 -8
View File
@@ -264,14 +264,14 @@ jobs:
timeout-minutes: 45 timeout-minutes: 45
strategy: strategy:
fail-fast: false fail-fast: false
matrix: #matrix:
include: #include:
- os: ubuntu-latest #- os: ubuntu-latest
target: x86_64-unknown-linux-musl # target: x86_64-unknown-linux-musl
platform: linux # platform: linux
- os: macos-latest #- os: macos-latest
target: aarch64-apple-darwin # target: aarch64-apple-darwin
platform: macos # platform: macos
# - os: windows-latest # - os: windows-latest
# target: x86_64-pc-windows-msvc # target: x86_64-pc-windows-msvc
# platform: windows # platform: windows