From a1924c62e07a7b4cbee7da6b3f49fa2818c36078 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Tue, 23 Sep 2025 09:31:43 +0200 Subject: [PATCH 1/2] ignore macos, run monthly --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 199d6f8..5ae25a6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ branches: - "*" schedule: - - cron: '59 23 * * *' + - cron: '59 23 1 * *' # Monthly on the 1st at 23:59 workflow_dispatch: inputs: version: @@ -22,7 +22,7 @@ timeout-minutes: 30 strategy: matrix: - os: [ubuntu-latest, macos-latest, macos-14, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] fail-fast: false defaults: From 7e8893256f41e477dd0ffad29a9dbd604f4ac8f0 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Tue, 23 Sep 2025 15:09:30 +0200 Subject: [PATCH 2/2] drop cron --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5ae25a6..48f5bbc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,8 +6,6 @@ pull_request: branches: - "*" - schedule: - - cron: '59 23 1 * *' # Monthly on the 1st at 23:59 workflow_dispatch: inputs: version: