mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
Pin test runner to Ubuntu 18 to un-break CI (#24715)
This commit is contained in:
parent
727a68b6e5
commit
94894dd45e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -127,7 +127,7 @@ jobs:
|
|||
|
||||
build_ubuntu:
|
||||
name: 'Ubuntu'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
needs: check_source
|
||||
if: needs.check_source.outputs.run_tests == 'true'
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue