From 85185df330c9cf276a5d32fb9012e0d95b6c6793 Mon Sep 17 00:00:00 2001 From: Robert Samoilescu Date: Fri, 14 Jun 2024 17:51:23 +0100 Subject: [PATCH] Enable macos on push. --- .github/workflows/tests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edaa6555b..dc3aca83e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,11 +69,11 @@ jobs: - "3.10" is-pr: - ${{ github.event_name == 'pull_request' }} - exclude: - # MacOS tests take a lot of time, so we will run them only on merge - # From https://github.com/orgs/community/discussions/26253 - - is-pr: true - os: macos-13 + # exclude: + # # MacOS tests take a lot of time, so we will run them only on merge + # # From https://github.com/orgs/community/discussions/26253 + # - is-pr: true + # os: macos-13 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -125,11 +125,11 @@ jobs: - catboost is-pr: - ${{ github.event_name == 'pull_request' }} - exclude: - # MacOS tests take a lot of time, so we will run them only on merge - # From https://github.com/orgs/community/discussions/26253 - - is-pr: true - os: macos-13 + # exclude: + # # MacOS tests take a lot of time, so we will run them only on merge + # # From https://github.com/orgs/community/discussions/26253 + # - is-pr: true + # os: macos-13 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4