From c983de7f4707316fb2e8dacb054cceddee764f69 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 15 Jul 2025 19:52:58 +0800 Subject: [PATCH] chore(ci): skip Linux for v0.7 as #263 --- .github/workflows/release-tamagotchi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index c591a9643..5b5fa86db 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -31,10 +31,10 @@ jobs: target: x86_64-apple-darwin - os: macos-latest target: aarch64-apple-darwin - - os: ubuntu-latest - target: x86_64-unknown-linux-gnu - - os: ubuntu-24.04-arm - target: aarch64-unknown-linux-gnu + # - os: ubuntu-latest + # target: x86_64-unknown-linux-gnu + # - os: ubuntu-24.04-arm + # target: aarch64-unknown-linux-gnu - os: windows-latest target: x86_64-pc-windows-msvc runs-on: ${{ matrix.os }}