Skip to content

Commit

Permalink
Fixed android tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 14, 2020
1 parent 6216891 commit 952374c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker/aarch64-linux-android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10

RUN dpkg --add-architecture i386 && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/x86_64-linux-android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 952374c

Please sign in to comment.