Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #622 from crazy-max/ubuntu-2204
ci: add ubuntu 22.04 to virtual env
CrazyMax authored and GitHub committed May 31, 2022

Unverified

No user is associated with the committer email.
2 parents a806b8f + bb751c2 commit 4c2810a
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 4c2810a

Please sign in to comment.