summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-05-07 16:31:13 (GMT)
committerGitHub <noreply@github.com>2022-05-07 16:31:13 (GMT)
commit033606ef259ef2852f6ae1e8ec7a10c641417654 (patch)
tree2fd9cd656769c6a1d182da376ccbcaeb1579074f
parentce8ee024b240befac4ca8ab12c6cd812f4a7e38b (diff)
parent32ffb163e1a696fe83816e67f353aa2c53c777dd (diff)
downloadlz4-033606ef259ef2852f6ae1e8ec7a10c641417654.zip
lz4-033606ef259ef2852f6ae1e8ec7a10c641417654.tar.gz
lz4-033606ef259ef2852f6ae1e8ec7a10c641417654.tar.bz2
Merge pull request #1080 from t-mat/dev
Add virtual environment checking for Ubuntu 22.04
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54ea2b6..33319ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -666,6 +666,7 @@ jobs:
matrix:
include: [
{ os: ubuntu-latest, }, # https://github.com/actions/virtual-environments/
+ { os: ubuntu-22.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md
{ os: ubuntu-20.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
{ os: ubuntu-18.04, }, # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-Readme.md
]