Skip to content

Commit

Permalink
Upgrade OS versions used by Travis.
Browse files Browse the repository at this point in the history
We were specifying (or defaulting to) versions which are too old for the TensorFlow prebuilt binaries.
  • Loading branch information
adamcrume committed Oct 18, 2020
1 parent 68ed220 commit b3f2ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: rust
dist: trusty # still in beta, but required for the prebuilt TF binaries
dist: bionic
osx_image: xcode12

cache:
cargo: true
Expand Down

0 comments on commit b3f2ffe

Please sign in to comment.