mirror of https://github.com/python/cpython
gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)
gh-111062 Update name of reusable workflows for linux / macOS
This commit is contained in:
parent
c19561b9ca
commit
c6def360d1
|
@ -11,6 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build_macos:
|
||||
name: 'build and test'
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
|
|
|
@ -10,6 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build_ubuntu_reusable:
|
||||
name: 'build and test'
|
||||
timeout-minutes: 60
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue