Skip to content

Commit

Permalink
Merge pull request #325 from neutrons/remove-18.04
Browse files Browse the repository at this point in the history
Removing Ubuntu 18.04 from CI/CD
  • Loading branch information
marshallmcdonnell committed Jan 19, 2021
2 parents 10a4b59 + fa133d9 commit 65b65ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04]
python-version: ["3.6"]

steps:
Expand Down

0 comments on commit 65b65ac

Please sign in to comment.