diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bc265d..c521efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: fail-fast: false matrix: include: - # - platform: 'macos-latest' - # args: '--target aarch64-apple-darwin' - # - platform: 'macos-latest' - # args: '--target x86_64-apple-darwin' - # - platform: 'ubuntu-22.04' - # args: '' + - platform: 'macos-latest' + args: '--target aarch64-apple-darwin' + - platform: 'macos-latest' + args: '--target x86_64-apple-darwin' + - platform: 'ubuntu-22.04' + args: '' - platform: 'windows-latest' args: '' - platform: "windows-latest"