Skip to content

Commit

Permalink
Fix dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 9, 2024
1 parent 82430b2 commit 81acbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
matrix:
developer_dir:
- /Applications/Xcode_15.4.app/Contents/Developer
- /Applications/Xcode_16_0.app/Contents/Developer
- "/Applications/Xcode_15.4.app/Contents/Developer"
- "/Applications/Xcode_16.0.app/Contents/Developer"
steps:
- uses: actions/checkout@v4
- name: Test
Expand Down

0 comments on commit 81acbf2

Please sign in to comment.