Skip to content

Commit

Permalink
Fix syntax error for macOS platform destionation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Aug 15, 2024
1 parent 55f44d2 commit 40c6b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro Max"
- "platform=iOS Simulator,OS=17.5,name=iPhone 15 Pro Max"
- "platform=tvOS Simulator,OS=17.5,name=Apple TV"
- "platform:macOS,name=My Mac"
- "platform=macOS,name=My Mac"
timeout-minutes: 25
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 40c6b96

Please sign in to comment.