Skip to content

Commit

Permalink
lower case for pod lib lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 1, 2023
1 parent 46aba20 commit 7572aa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
target: [ios, tvos, macos, watchos]
os: [macos-12, macos-13]
include:
- os: macos-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appdistribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
target: [iOS]
target: [ios]
os: [macos-12, macos-13]
include:
- os: macos-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
target: [ios, tvos, macos, watchos]
os: [macos-12, macos-13]
include:
- os: macos-12
Expand Down

0 comments on commit 7572aa2

Please sign in to comment.