From 5782270748e0b2fcb566251c57ae4dbeca465315 Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Tue, 14 Nov 2023 17:43:19 -0800 Subject: [PATCH] Updated pip-install yaml file. --- .github/workflows/pip-install.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pip-install.yml b/.github/workflows/pip-install.yml index 7cb534110..e15b8ef42 100644 --- a/.github/workflows/pip-install.yml +++ b/.github/workflows/pip-install.yml @@ -10,8 +10,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-20.04, ubuntu-22.04, acos-11, macos-12, macos-13] python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + exclude: + - os: ubuntu-22.04 + python-version: '3.6' steps: - uses: actions/checkout@v3 with: