diff --git a/.github/workflows/desktop.yaml b/.github/workflows/desktop.yaml index e996d1e..6e0b819 100644 --- a/.github/workflows/desktop.yaml +++ b/.github/workflows/desktop.yaml @@ -18,8 +18,8 @@ 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: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. + # args: '' - platform: 'windows-latest' args: ''