From 8db65278e80bf5922fcae8d12e9040b34e054a35 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Fri, 24 May 2024 14:46:07 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 977cf58..4c6ce10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: matrix: os: [ - { name: 'linux', image: 'ubuntu-latest' }, - { name: 'windows', image: 'windows-latest' }, +# { name: 'linux', image: 'ubuntu-latest' }, +# { name: 'windows', image: 'windows-latest' }, { name: 'macos', image: 'macos-latest' }, ] runs-on: ${{ matrix.os.image }}