diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 199d6f8..48f5bbc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -6,8 +6,6 @@ pull_request: branches: - "*" - schedule: - - cron: '59 23 * * *' workflow_dispatch: inputs: version: @@ -22,7 +20,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: