Fix test vector generators to work with Python 3.12

This commit is contained in:
Justin Traglia
2024-09-17 14:56:59 -05:00
parent 7cacee6ad6
commit ea90d6f27d
24 changed files with 21 additions and 52 deletions

View File

@@ -17,14 +17,14 @@ on:
jobs:
generate-tests:
runs-on: [self-hosted-ghr-custom, size-chungus-x64, profile-consensusSpecs]
runs-on: [self-hosted-ghr-custom, size-xl-x64, profile-consensusSpecs]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: 'ethereum/consensus-specs'
path: 'consensus-specs'
ref: ${{ inputs.source_ref || 'dev' }}
ref: ${{ inputs.ref || 'dev' }}
- name: Checkout consensus-spec-tests repository
uses: actions/checkout@v4
with: