mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +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:
|
||||
build_macos:
|
||||
name: 'build and test'
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
|
|
1
.github/workflows/reusable-build-ubuntu.yml
vendored
1
.github/workflows/reusable-build-ubuntu.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build_ubuntu_reusable:
|
||||
name: 'build and test'
|
||||
timeout-minutes: 60
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue