From 302cf9018706a8062103373d8491adf7234323ba Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Sun, 24 Oct 2021 18:49:42 -0300 Subject: [PATCH] Add macos-latest to CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5c9ce249..1ec7610b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] python: ['3.9'] spawn_backend: ['trio', 'mp']