Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
use bionic for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshishuo committed Jul 21, 2020
1 parent 4d806b3 commit 46145d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
arch: amd64
env: ENV_NAME="x86_64-pc-windows-msvc"
- os: linux
dist: bionic
arch: amd64
env: ENV_NAME="x86_64-unknown-linux-gnu"
- os: linux
dist: bionic
arch: arm64
env: ENV_NAME="aarch64-unknown-linux-gnu"

Expand Down

0 comments on commit 46145d8

Please sign in to comment.