From 707b025d499338db8fbc9757aac60dd29087fb65 Mon Sep 17 00:00:00 2001 From: acocalypso Date: Sun, 28 Apr 2024 23:18:25 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2d2123..8f76b36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,15 +10,7 @@ jobs: strategy: fail-fast: false matrix: - include: - - platform: 'macos-latest' # for Arm based macs (M1 and above). - args: '--target aarch64-apple-darwin' - - platform: 'macos-latest' # for Intel based macs. - args: '--target x86_64-apple-darwin' - - platform: 'ubuntu-20.04' # for Tauri v1 you could replace this with ubuntu-20.04. - args: '' - - platform: 'windows-latest' - args: '' + platform: [ubuntu-20.04, windows-latest,macos-latest] runs-on: ${{ matrix.platform }} steps: