Skip to content

Commit

Permalink
Merge pull request #2439 from SasView/2398-remove-ubuntu-18.04
Browse files Browse the repository at this point in the history
Remove ubuntu 18.04 from CI
  • Loading branch information
Wojciech Potrzebowski authored Feb 16, 2023
2 parents 742f325 + 27e6fec commit fba3521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:

strategy:
matrix:
os: [ windows-latest, ubuntu-18.04 ]
os: [ windows-latest, ubuntu-20.04 ]
python-version: [ 3.8 ]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# dynamically linked by pyinstaller.
# https://pyinstaller.readthedocs.io/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
os_release_list = [
'ubuntu-18.04',
'ubuntu-20.04',
'windows-latest',
'macos-latest',
]
Expand Down

0 comments on commit fba3521

Please sign in to comment.