Skip to content

Commit

Permalink
Changed action test from Ubuntu 16 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcn committed Jan 4, 2022
1 parent 65d1483 commit 5194fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonUnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-latest, macos-latest]
os: [ubuntu-18.04, ubuntu-latest, macos-latest]
python-version: [3.8]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5194fd8

Please sign in to comment.