From 29c6413bcee33971e3d888dc853face2246e8a7f Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Mon, 1 Jan 2024 19:26:21 +0330 Subject: [PATCH] Fix build --- .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 59647d9..08d698d 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: