From 808ac2c647e3f04cc131a765f7f11ba3bff2e8e6 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 26 Feb 2023 15:57:40 +0100 Subject: [PATCH] Also include macos-latest --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58e9bceb0..a7d1bff98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,9 +59,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest ] python-version: [ "3.8", "3.9", "3.10", "3.11" ] - run-multiplier: [ A, B, C, D ] + run-multiplier: [ A, B ] defaults: run: shell: bash -l {0}