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" },