diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41c4a7b..1ebff51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - { os: 'ubuntu-latest', target: 'linux-amd64', aarch: 'x64' } - { os: 'ubuntu-latest', target: 'windows-amd64', aarch: 'x64' } - { os: 'macos-11', target: 'macos-universal' } - # - { os: "macos-11", target: "ios" } + - { os: "macos-11", target: "ios" } runs-on: ${{ matrix.job.os }} steps: