Skip to content

Commit

Permalink
trivial: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Sep 1, 2023
1 parent 3e7cb1e commit db36d88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: python-uswid

on:
Expand All @@ -9,10 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.9, 3.10, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit db36d88

Please sign in to comment.