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: