From 92264ed1138233af4a7cfc013dd2f0f41eb4261a Mon Sep 17 00:00:00 2001 From: Vasiliy Spassky Date: Tue, 18 Jul 2023 18:28:18 +0300 Subject: [PATCH] remove macos build job in `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 e77e798..88a56e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: upload-assets: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3