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_64
- mingw81_32 - mingw81_32
- clang_64 - clang_64
- ios
include: include:
- platform: gcc_64 - platform: gcc_64
os: ubuntu-latest os: ubuntu-latest
@ -42,7 +43,9 @@ jobs:
os: windows-latest os: windows-latest
- platform: clang_64 - platform: clang_64
os: macos-latest os: macos-latest
- platform: ios
os: macos-latest
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1