From 2c14c1a705a9417193b322dbd95b5fa4472c32cf Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 19 Feb 2020 16:31:45 +0100 Subject: [PATCH] Build base for all iOS architectures. --- .github/workflows/base.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index afef18a..017b141 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -139,6 +139,10 @@ jobs: matrix: target: - native_dyn + - iOS_arm64 + - iOS_i386 + - iOS_x86_64 + - iOS_armv7 runs-on: macos-latest env: SSH_KEY: /tmp/id_rsa