From 7402f33b4a6ebddca7e08237f8224da870c68b05 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 23 Apr 2025 15:29:00 -0700 Subject: [PATCH] Add build for linux --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7324d68..b4bf09f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,9 @@ jobs: # for the same version are created in parallel. max-parallel: 1 matrix: - os: [ - # { name: "linux", image: "ubuntu-latest" }, + os: + [ + { name: "linux", image: "ubuntu-latest" }, { name: "macos-intel", image: "macos-13" }, { name: "macos", image: "macos-latest" }, { name: "windows", image: "windows-latest" },