From 5727f9255a840f06b098032bde94338d7135a64e Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Thu, 30 Jul 2020 19:36:07 +0430 Subject: [PATCH] ios was added again --- .github/workflows/qt.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 28a38c0..eeab1dd 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -1,4 +1,4 @@ -name: CI build +anme: CI build on: [push] @@ -9,6 +9,7 @@ jobs: matrix: version: - 5.15.0 + platform: - gcc_64 - android @@ -20,6 +21,7 @@ jobs: - mingw81_64 - mingw81_32 - clang_64 + - ios include: - platform: gcc_64 @@ -42,6 +44,8 @@ jobs: os: windows-latest - platform: clang_64 os: macos-latest + - platform: ios + os: macos-latest runs-on: ${{matrix.os}} steps: