We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944148 commit ed03215Copy full SHA for ed03215
.cirrus.yml
@@ -89,11 +89,11 @@ task:
89
type: text/plain
90
91
macos_instance:
92
- image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
+ image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
93
task:
94
name: AppleM1/LLVM armv7-androidndk xbuild
95
compile_script:
96
- - brew install android-ndk
+ - brew install --cask android-ndk
97
- export #PATH=/opt/homebrew/opt/llvm/bin:$PATH
98
- export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
99
- export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
0 commit comments