diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ce64b..c8d90b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,9 +140,7 @@ jobs: target: - native_dyn - iOS_arm64 - - iOS_i386 - iOS_x86_64 - - iOS_armv7 runs-on: macos-latest env: SSH_KEY: /tmp/id_rsa diff --git a/.travis.yml b/.travis.yml index 6b78217..ae5522c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,6 @@ jobs: os: osx - env: PLATFORM="iOS_arm64" os: osx - - env: PLATFORM="iOS_i386" - os: osx