From 8480b00b0820ad663ce64e349c0e1790d43210d4 Mon Sep 17 00:00:00 2001 From: Chris Nizzardini Date: Sat, 21 Oct 2023 09:27:31 -0400 Subject: [PATCH] fix pipeline --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 03d840c..45ebb97 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -71,6 +71,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + operating-system: [ ubuntu-20.04 ] version: ['~4.2.0', '~4.3.0', '~4.4.0', '^4.5'] steps: - name: Checkout