@@ -98,10 +98,14 @@ jobs:
98
98
uses : actions/checkout@v2
99
99
- name : Install dependencies
100
100
run : |
101
+ source ci/osx_ci.sh
102
+ arm64_set_path_and_python_version 3.9.7
101
103
brew install autoconf automake libtool openssl pkg-config
102
104
make --file ci/makefiles/osx.mk
103
105
- name : Build multi-arch apk Python 3 (armeabi-v7a, arm64-v8a, x86_64, x86)
104
106
run : |
107
+ source ci/osx_ci.sh
108
+ arm64_set_path_and_python_version 3.9.7
105
109
make testapps-with-numpy
106
110
107
111
ubuntu_build_aab :
@@ -155,10 +159,14 @@ jobs:
155
159
uses : actions/checkout@v2
156
160
- name : Install dependencies
157
161
run : |
162
+ source ci/osx_ci.sh
163
+ arm64_set_path_and_python_version 3.9.7
158
164
brew install autoconf automake libtool openssl pkg-config
159
165
make --file ci/makefiles/osx.mk
160
166
- name : Build multi-arch apk Python 3 (armeabi-v7a, arm64-v8a, x86_64, x86)
161
167
run : |
168
+ source ci/osx_ci.sh
169
+ arm64_set_path_and_python_version 3.9.7
162
170
make testapps-with-numpy-aab
163
171
164
172
ubuntu_rebuild_updated_recipes :
@@ -209,10 +217,14 @@ jobs:
209
217
uses : actions/checkout@v2
210
218
- name : Install dependencies
211
219
run : |
220
+ source ci/osx_ci.sh
221
+ arm64_set_path_and_python_version 3.9.7
212
222
brew install autoconf automake libtool openssl pkg-config
213
223
make --file ci/makefiles/osx.mk
214
224
- name : Build multi-arch apk Python 3 (armeabi-v7a, arm64-v8a, x86_64, x86)
215
225
run : |
226
+ source ci/osx_ci.sh
227
+ arm64_set_path_and_python_version 3.9.7
216
228
make rebuild_updated_recipes
217
229
218
230
coveralls_finish :
0 commit comments