From c6e2031d4588dbc2c3b910370926a88764c4c071 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 16 Sep 2025 08:49:14 -0400 Subject: [PATCH] actions: disable python 3.14-dev testing for now, bump cache to force rebuild --- .github/workflows/build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a7dceda..e77550bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,37 +78,37 @@ jobs: goal: build name: Build Arm MacOS 15 - os: macos-26 - jid: 16 + jid: 10 goal: build name: Build Arm MacOS 26 - os: windows-2025 - jid: 10 + jid: 11 goal: build name: Build Intel Windows - os: windows-11-arm - jid: 11 + jid: 12 goal: build name: Build Arm Windows - os: ubuntu-24.04 goal: test python: "3.10" - jid: 12 + jid: 13 name: Test Python 3.10 - os: ubuntu-24.04 goal: test python: "3.11" - jid: 13 + jid: 14 name: Test Python 3.11 - os: ubuntu-24.04 goal: test python: "3.12" - jid: 14 - name: Test Python 3.12 - - os: ubuntu-24.04 - goal: test - python: "3.14-dev" jid: 15 - name: Test Python 3.14-dev + name: Test Python 3.12 + #- os: ubuntu-24.04 + # goal: test + # python: "3.14-dev" + # jid: 16 + # name: Test Python 3.14-dev steps: @@ -131,7 +131,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20250911 + key: gam-${{ matrix.jid }}-20250916 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'