Skip to content

Commit

Permalink
back to bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbysayshi committed Jun 30, 2020
1 parent a853f60 commit 394bbaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
buildlinuxclang:
docker:
- image: buildpack-deps:bionic
- image: ubuntu:bionic
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
destination: libNFHTTP.zip
buildlinuxgcc:
docker:
- image: buildpack-deps:bionic
- image: ubuntu:bionic
steps:
- checkout
- run:
Expand All @@ -24,7 +24,7 @@ jobs:
destination: libNFHTTP.zip
buildlinuxandroid:
docker:
- image: buildpack-deps:bionic
- image: ubuntu:bionic
steps:
- checkout
- run:
Expand Down

0 comments on commit 394bbaf

Please sign in to comment.