From 86bd9ff98f6090d817ea13e79b9f62ef173e5cc5 Mon Sep 17 00:00:00 2001 From: alsmith Date: Tue, 25 Jun 2024 11:29:26 +0100 Subject: [PATCH] feat: Update CI workflow to use Ubuntu latest for matrix testing --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5284fa2d..bfd42357 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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']