diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 6415e43dc..6c0fde21b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -17,5 +17,5 @@ jobs: - name: build run: | - cmake -B build -G Xcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -DCMAKE_DISABLE_FIND_PACKAGE_OpenSSL=ON -DUSE_OPENSSL=OFF -DCMAKE_C_FLAGS="-Werror" + cmake -B build -G Xcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0 -DCMAKE_DISABLE_FIND_PACKAGE_OpenSSL=ON -DUSE_OPENSSL=OFF -DCMAKE_C_FLAGS="-Werror" cmake --build build -- CODE_SIGNING_ALLOWED=NO