mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
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
2 changed files with 2 additions and 0 deletions
1
.github/workflows/reusable-build-macos.yml
vendored
1
.github/workflows/reusable-build-macos.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_macos:
|
build_macos:
|
||||||
|
name: 'build and test'
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
|
|
1
.github/workflows/reusable-build-ubuntu.yml
vendored
1
.github/workflows/reusable-build-ubuntu.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_ubuntu_reusable:
|
build_ubuntu_reusable:
|
||||||
|
name: 'build and test'
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue