spelling: macos
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
16e8ccc657
commit
756aa649df
59 changed files with 70 additions and 70 deletions
|
|
@ -1,5 +1,5 @@
|
|||
name: "Multi-language repository"
|
||||
description: "An end-to-end integration test of a multi-language repository using automatic language detection for MacOS"
|
||||
description: "An end-to-end integration test of a multi-language repository using automatic language detection for macOS"
|
||||
operatingSystems: ["macos", "ubuntu"]
|
||||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
|
|
@ -67,7 +67,7 @@ steps:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
- name: Check language autodetect for Swift on MacOS
|
||||
- name: Check language autodetect for Swift on macOS
|
||||
if: runner.os == 'macOS'
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
|
|||
|
||||
steps = [
|
||||
{
|
||||
'name': 'Setup Python on MacOS',
|
||||
'name': 'Setup Python on macOS',
|
||||
'uses': 'actions/setup-python@v5',
|
||||
'if': "runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'",
|
||||
'with': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue