From 52e5d20b971eb0e5ee5c0d396091b21b8c8ef168 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Wed, 30 Oct 2024 11:26:38 +0530 Subject: [PATCH] (ci/cd): ci test1 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b98b1ca..257e112 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,10 +17,10 @@ jobs: # args: '--target aarch64-apple-darwin' # - platform: 'macos-latest' # for Intel based macs. # args: '--target x86_64-apple-darwin' - - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. - args: '' - - platform: 'windows-latest' + - platform: 'ubuntu-20.04' # for Tauri v1 you could replace this with ubuntu-20.04. args: '' + # - platform: 'windows-latest' + # args: '' runs-on: ${{ matrix.platform }} steps: