.github/workflows: skip building go-inovation for iOS

The latest purego uses reflect.Pointer, which was introduced in
Go 1.18 (https://github.com/golang/go/issues/47651).
This commit is contained in:
Hajime Hoshi 2022-12-03 13:31:03 +09:00
parent f87504c3ec
commit dc47d472d0

View File

@ -161,7 +161,7 @@ jobs:
ebitenmobile bind -target android -androidapi 19 -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile
- name: ebitenmobile bind (iOS)
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') && !startsWith(matrix.go, '1.17.') }}
run: |
cd /tmp/go-inovation
ebitenmobile bind -target ios -o Inovation.xcframework -v github.com/hajimehoshi/go-inovation/mobile