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 8582143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand Down

0 comments on commit 8582143

Please sign in to comment.