From 7447affed41413ab4b326fe135664003cab4e231 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 15 Oct 2023 19:51:38 +0200 Subject: [PATCH] test macos --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index baf064b..0515427 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu, windows] + os: [ubuntu, windows, macos] python-version: ["3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }}-latest