Skip to content

Commit

Permalink
.appveyor.yml - Update ubuntu image from 16.04 to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
chmorgan committed Jan 16, 2020
1 parent f6fd322 commit 8f459a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_branch_with_pr: true
image:
- Visual Studio 2017
- Visual Studio 2019
- Ubuntu1604
- Ubuntu1804
- macos

for:
Expand Down Expand Up @@ -36,7 +36,7 @@ for:
-
matrix:
only:
- image: Ubuntu1604
- image: Ubuntu1804
install:
- sudo apt-get -qy install libpcap-dev
test_script:
Expand Down

0 comments on commit 8f459a9

Please sign in to comment.