From 13bd7f2b989627bdb58dcc7d9724e99c01208d54 Mon Sep 17 00:00:00 2001 From: Rishat Fayzullin Date: Thu, 14 Mar 2024 09:20:57 +0300 Subject: [PATCH] Enable Macos in pypy-tests section of CI --- .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 4c2c760d..be0c6f88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,7 +108,7 @@ jobs: matrix: os: - ubuntu-latest - # - macos-latest + - macos-latest # - windows-latest python-version: - 'pypy3.8'