From 24cfe807e6a274a0a145b93951b55610c2228b82 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 28 Oct 2022 09:35:42 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca1a4889..3ebca94e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: arch: x86_64 - os: ubuntu-22.04 goal: test - python: "3.11-dev" + python: "3.10" jid: 10 arch: x86_64 @@ -85,7 +85,7 @@ jobs: path: | bin.tar.xz src/cpython/PCbuild - key: gam-${{ matrix.jid }}-20221024 + key: gam-${{ matrix.jid }}-20221027 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'