We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de620cc commit 272e3efCopy full SHA for 272e3ef
1 file changed
.github/workflows/build.yaml
@@ -114,6 +114,15 @@ jobs:
114
- run: c++ --version
115
- run: CFLAGS=-Werror make -j$(sysctl -n hw.ncpu) ARCH=arm64
116
117
+ ios-cross-arm64:
118
+ runs-on: macos-latest
119
+ steps:
120
+ - uses: actions/checkout@v3
121
+ - run: make gmp-bootstrap
122
+ - run: make gtest-bootstrap
123
+ - run: c++ --version
124
+ - run: CFLAGS=-Werror make -j$(sysctl -n hw.ncpu) OS=ios ARCH=arm64
125
+
126
fuzzing:
127
runs-on: ubuntu-latest
128
steps:
0 commit comments