Skip to content

Commit

Permalink
pythongh-111062: Update name of reusable workflows for Ubuntu / macOS (
Browse files Browse the repository at this point in the history
…pythongh-111494)

pythongh-111062 Update name of reusable workflows for linux / macOS
  • Loading branch information
corona10 authored and aisk committed Feb 11, 2024
1 parent 29a07a6 commit 217fcc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build_macos:
name: 'build and test'
runs-on: macos-latest
timeout-minutes: 60
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
build_ubuntu_reusable:
name: 'build and test'
timeout-minutes: 60
runs-on: ubuntu-20.04
env:
Expand Down

0 comments on commit 217fcc7

Please sign in to comment.