Skip to content

Commit

Permalink
ENH: Change the workflow name and update OS
Browse files Browse the repository at this point in the history
Updated the OS to include Ubuntu 22.
  • Loading branch information
khalford committed Sep 24, 2024
1 parent 7463fbb commit e08da95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cloud_chatops.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cloud Chatops CI/CD
name: Cloud Chatops

on:
push:
Expand All @@ -11,9 +11,10 @@ on:

jobs:
test_and_lint:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04','ubuntu-22.04']
python-version: [ "3.12", "3.x" ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e08da95

Please sign in to comment.