Skip to content

Commit

Permalink
update CI workflows to use Ubuntu 20.04 (since Ubuntu 18.04 is deprec…
Browse files Browse the repository at this point in the history
…ated)
  • Loading branch information
boegel committed Aug 22, 2022
1 parent 2076989 commit 20ee65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Static Analysis
on: [push, pull_request]
jobs:
python-linting:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: easyconfigs unit tests
on: [push, pull_request]
jobs:
test-suite:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python: [2.7, 3.6]
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
eb --prefix /tmp/$USER/$GITHUB_SHA --sourcepath /tmp/sources M4-1.4.18.eb
test-sdist:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python: [2.7, 3.6, 3.7]
Expand Down

0 comments on commit 20ee65f

Please sign in to comment.