From b43fa2d4546773fa947f2e0f9ae415d91e2e398e Mon Sep 17 00:00:00 2001 From: Scott Huberty Date: Wed, 15 Oct 2025 21:14:43 -0700 Subject: [PATCH 1/3] Bump GHA MacOS Intel Runner to Sonoma Arm64 --- .github/workflows/test_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pipeline.yml b/.github/workflows/test_pipeline.yml index 37eb5eb..711cbf7 100644 --- a/.github/workflows/test_pipeline.yml +++ b/.github/workflows/test_pipeline.yml @@ -17,7 +17,7 @@ jobs: os: - ubuntu-latest - macos-latest # arm64 (Apple Silicon) - - macos-13 # latest Intel release + - macos-14 # MacOS Sonoma Arm64 (Apple Silicon) - windows-latest steps: From ab33d3c1b98078902f545dfa57ea56beef676c3f Mon Sep 17 00:00:00 2001 From: Scott Huberty Date: Wed, 15 Oct 2025 21:17:23 -0700 Subject: [PATCH 2/3] set up nightly tests --- .github/workflows/test_pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_pipeline.yml b/.github/workflows/test_pipeline.yml index 711cbf7..3edcc06 100644 --- a/.github/workflows/test_pipeline.yml +++ b/.github/workflows/test_pipeline.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: '0 0 * * *' # Runs at Midnight UTC every day jobs: test: From 302d5399965c04c09a4ca9f875c0807f3e7f5c52 Mon Sep 17 00:00:00 2001 From: Scott Huberty Date: Wed, 15 Oct 2025 21:20:07 -0700 Subject: [PATCH 3/3] bump Python version on CIs --- .github/workflows/test_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pipeline.yml b/.github/workflows/test_pipeline.yml index 3edcc06..fd5bdee 100644 --- a/.github/workflows/test_pipeline.yml +++ b/.github/workflows/test_pipeline.yml @@ -23,7 +23,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.9 uses: actions/setup-python@v6 with: