Skip to content

Commit

Permalink
feat: Update CI workflow to use Ubuntu latest for matrix testing
Browse files Browse the repository at this point in the history
alsmith151 committed Jun 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a4b1583 commit 86bd9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@ jobs:
needs: install
strategy:
matrix:
os: [ubuntu-latest]
assay: ['capture', 'tri', 'tiled']
tests: ['annotate', 'cli', 'counting', 'digest', 'pileup', 'plotting', 'slice_filtering', 'utils']

0 comments on commit 86bd9ff

Please sign in to comment.