From 69c318feaf959392f83417932f37229066d3040b Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:17:34 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: