Skip to content

Commit

Permalink
Add virtual environment checking for Ubuntu 22.04
Browse files Browse the repository at this point in the history
GitHub Actions recently provides public beta version of Ubuntu 22.04
actions/runner-images#5490

This change set just adds environment checking matrix for further changes.
  • Loading branch information
t-mat committed May 7, 2022
1 parent ce8ee02 commit 32ffb16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ jobs:
matrix:
include: [
{ os: ubuntu-latest, }, # https:/actions/virtual-environments/
{ os: ubuntu-22.04, }, # https:/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md
{ os: ubuntu-20.04, }, # https:/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
{ os: ubuntu-18.04, }, # https:/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-Readme.md
]
Expand Down

0 comments on commit 32ffb16

Please sign in to comment.