Skip to content

Commit

Permalink
Fix cocoapods error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Nov 12, 2024
1 parent 3c76f04 commit 1f35cb4
Show file tree
Hide file tree
Showing 5 changed files 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 @@ -34,7 +34,7 @@ jobs:
- os: ubuntu-latest
swift_version: "6.0"
env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.swift_version == '5.10' && '15.4' || '16.0' }}.app/Contents/Developer
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1f35cb4

Please sign in to comment.