File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
exceptions : " True"
157
157
generator : " Ninja"
158
158
int128 : " False"
159
- linux-container : johnmcfarlane/cnl_ci:gcc-10
159
+ linux-container : johnmcfarlane/cnl_ci:gcc-10-arm
160
160
os-version : ubuntu-20.04
161
161
sanitize : " False"
162
162
std : 20
@@ -177,10 +177,6 @@ jobs:
177
177
if : ( matrix.os == 'osx' )
178
178
run : brew install conan gcc@10 ninja
179
179
180
- - name : Install ARMv7 packages
181
- if : ( matrix.arch == 'armv7' )
182
- run : apt-get install --quiet --yes g++-10-arm-linux-gnueabi libboost-dev
183
-
184
180
- name : Initialise Conan
185
181
run : |
186
182
conan profile new default --detect && \
@@ -310,7 +306,7 @@ jobs:
310
306
311
307
# Install on mature Linux distro using only CMake
312
308
linux-cmake-install :
313
- runs-on : ubuntu-16 .04
309
+ runs-on : ubuntu-18 .04
314
310
steps :
315
311
- uses : actions/checkout@v2
316
312
You can’t perform that action at this time.
0 commit comments