Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltryby committed Oct 27, 2020
2 parents da4ad1b + 752b04b commit 7af7a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2016, ubuntu-18.04, macos-latest]
os: [windows-2016, ubuntu-16.04, macos-latest]
requirements: [requirements-swmm.txt]
include:
- os: windows-2016
Expand All @@ -40,7 +40,7 @@ jobs:
run:
shell: cmd
working-directory: ./ci-tools/windows
- os: ubuntu-18.04
- os: ubuntu-16.04
generator: "Unix Makefiles"
experimental: true
script_extension: sh
Expand Down

0 comments on commit 7af7a9f

Please sign in to comment.