restore back ios build in actions
This commit is contained in:
parent
bd0643b920
commit
e9a6dcf036
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
- mingw81_64
|
||||
- mingw81_32
|
||||
- clang_64
|
||||
- ios
|
||||
|
||||
include:
|
||||
- platform: gcc_64
|
||||
|
|
@ -42,6 +43,8 @@ jobs:
|
|||
os: windows-latest
|
||||
- platform: clang_64
|
||||
os: macos-latest
|
||||
- platform: ios
|
||||
os: macos-latest
|
||||
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue