From 901291bc70a633ec58d8f5bbc29a8858bf70da54 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 23 Apr 2025 16:46:13 -0700 Subject: [PATCH] Skip linux for now --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4bf09f..843bb89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,9 @@ jobs: # for the same version are created in parallel. max-parallel: 1 matrix: - os: - [ - { name: "linux", image: "ubuntu-latest" }, + os: [ + # disabling until we fix the commands below (skip macos cert) + # { name: "linux", image: "ubuntu-latest" }, { name: "macos-intel", image: "macos-13" }, { name: "macos", image: "macos-latest" }, { name: "windows", image: "windows-latest" },