Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: add ubuntu 22.04 to virtual env
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax committed May 23, 2022

Unverified

No user is associated with the committer email.
1 parent e551b19 commit bb751c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/virtual-env.yml
@@ -4,6 +4,16 @@ on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push:
branches:
- 'master'
paths:
- '.github/workflows/virtual-env.yml'
pull_request:
branches:
- 'master'
paths:
- '.github/workflows/virtual-env.yml'

jobs:
os:
@@ -13,6 +23,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-18.04
steps:

0 comments on commit bb751c2

Please sign in to comment.