From 346e4289a681de0ca0c8c7cf7a82e0ec40b1b039 Mon Sep 17 00:00:00 2001 From: coswat Date: Thu, 28 Sep 2023 17:07:15 +0530 Subject: [PATCH] updated workflow --- .github/workflows/deploy.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c324f46..f49315e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,24 +17,24 @@ jobs: matrix: # You can add more, for any target you'd like! include: - - build: macos - os: macos-latest + - build: linux + os: ubuntu-latest target: arm-linux-androideabi - - build: macos - os: macos-latest + - build: linux + os: ubuntu-latest target: aarch64-linux-android - - build: macos - os: macos-latest + - build: linux + os: ubuntu-latest target: armv7-linux-androideabi - - build: macos - os: macos-latest + - build: linux + os: ubuntu-latest target: x86_64-linux-android - - build: macos - os: macos-latest + - build: linux + os: ubuntu-latest target: i686-linux-android steps: