Skip to content

Commit 1f30aa6

Browse files
committed
Fix typo. [ci skip]
1 parent 9ca20bd commit 1f30aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push: # All branches, but appropriate paths only.
55
paths:
66
# This workflow spec and its support scripts
7-
- '.github/workflows/macos.yml'
7+
- '.github/workflows/macos-arm.yml'
88
- 'scripts/ci/*build.sh'
99
- 'deploy/**'
1010
# Relevant sources for this platform
@@ -20,7 +20,7 @@ on:
2020
- Cog
2121
paths:
2222
# This workflow spec and its support scripts
23-
- '.github/workflows/macos.yml'
23+
- '.github/workflows/macos-arm.yml'
2424
- 'scripts/ci/*build.sh'
2525
- 'deploy/**'
2626
# Relevant sources for this platform

0 commit comments

Comments
 (0)