From bebed9a592491f9cc39cddd144d3362c89c3959f Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sat, 16 Mar 2024 08:08:14 -0700 Subject: [PATCH] w6 --- .github/workflows/publish_dartpy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish_dartpy.yml b/.github/workflows/publish_dartpy.yml index c4b9069bd8528..797c1b9251755 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -103,6 +103,11 @@ jobs: # experimental: false # release_only: false + - os: macos-latest + build: "cp311-macosx_arm64" + experimental: false + release_only: false + - os: macos-latest build: "cp312-macosx_arm64" experimental: false