restore back ios build in actions

This commit is contained in:
Hamed Masafi 2020-07-29 09:58:43 +04:30
parent bd0643b920
commit e9a6dcf036
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,8 @@ jobs:
- mingw81_64
- mingw81_32
- clang_64
- ios
include:
- platform: gcc_64
os: ubuntu-latest
@ -42,7 +43,9 @@ jobs:
os: windows-latest
- platform: clang_64
os: macos-latest
- platform: ios
os: macos-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v1