From e4103a8e231d89cb42eb1691374b701988d2a368 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Tue, 3 Aug 2021 17:53:35 -0500 Subject: [PATCH] Add Ubuntu 18 to tests (#351) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b6232ee..eeea980 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest, macos-latest, ubuntu-18.04] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2