From 0350fea794b98c24e6b0e3ce6f740c7e1b16ccee Mon Sep 17 00:00:00 2001 From: Robert Samoilescu Date: Mon, 17 Jun 2024 16:28:05 +0100 Subject: [PATCH] Reverted github workflow to master --- .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 dc3aca83e..edaa6555b 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