Skip to content

Commit

Permalink
Only build for windows with Ubuntu 20.04
Browse files Browse the repository at this point in the history
Building with Ubuntu 20.04 ended up creating packages that had minimal
glibc requirements that forced users to update. This wasn't necessary,
so change the default version of Ubuntu back to the way it was before
the Windows updates.
  • Loading branch information
fhunleth committed Nov 27, 2020
1 parent 6328d13 commit 43f21cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: c

sudo: required
dist: focal
dist: xenial

env:
global:
Expand All @@ -18,6 +18,7 @@ matrix:
- os: linux
compiler: gcc
env: MODE=windows
dist: focal
- os: linux
compiler: gcc
env: MODE=minimal
Expand Down

0 comments on commit 43f21cb

Please sign in to comment.