From 908ea2524fd2f3c8421b67c697f558016c14019d Mon Sep 17 00:00:00 2001 From: Lendemor Date: Wed, 9 Oct 2024 15:00:02 +0200 Subject: [PATCH] try something else to prevent adding macos job to pool --- .github/workflows/unit_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 3c026982f..30d075ca8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -35,6 +35,8 @@ jobs: python-version: '3.10.13' - os: windows-latest python-version: '3.9.18' + - os: macos-12 + if: github.event_name == 'push' && github.ref == 'refs/heads/main' include: - os: windows-latest python-version: '3.10.11'