bpo-43725: Add CI step to check changes in the exported ABI by pablogsal · Pull Request #25188 · python/cpython
check_abi: name: 'Check if the ABI has changed' runs-on: ubuntu-latest
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd pin the runner, to ensure that the job runs with at least the same major GCC version every time. Ref. bpo-43382.
check_generated_files: name: 'Check if generated files are up to date' runs-on: ubuntu-latest