From a23f2373fd6530a54d6f080fcd747e5855693ebc Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sat, 18 Apr 2026 06:25:51 -0700 Subject: [PATCH] chore(release): comment out Ubuntu platform configuration in release workflow - Commented out the Ubuntu 22.04 platform configuration in the release.yml file to streamline the workflow and focus on active platforms. - This change helps maintain clarity in the release process by reducing clutter from unused configurations. --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4c146804..c1312a397 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -253,10 +253,10 @@ jobs: args: --target x86_64-apple-darwin target: x86_64-apple-darwin artifact_suffix: x86_64-apple-darwin - - platform: ubuntu-22.04 - args: --target x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-gnu - artifact_suffix: ubuntu + # - platform: ubuntu-22.04 + # args: --target x86_64-unknown-linux-gnu + # target: x86_64-unknown-linux-gnu + # artifact_suffix: ubuntu - platform: windows-latest args: --target x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc