From dd57086170a3806f6386918ebe3c916c9f61c905 Mon Sep 17 00:00:00 2001 From: Lennon McLean Date: Mon, 16 Aug 2021 15:42:41 -0400 Subject: [PATCH] Update buildnw.yml --- .github/workflows/buildnw.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildnw.yml b/.github/workflows/buildnw.yml index 4aa43ad..206368a 100644 --- a/.github/workflows/buildnw.yml +++ b/.github/workflows/buildnw.yml @@ -1,12 +1,12 @@ -name: Build NW.js apps +name: Build apps on: [push, workflow_dispatch] jobs: - buildnw: - name: Build NW.js apps - runs-on: ubuntu-latest + buildios: + name: Build iOS app + runs-on: macos-latest steps: - name: Get repository code uses: actions/checkout@v2