Skip to content

Commit

Permalink
Rearrange Xcode developer_dir environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Sep 26, 2024
1 parent bbc0be1 commit c1c48bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
- 'Tests/**/*.swift'

env:
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
NSUnbufferedIO: YES

jobs:
Expand Down Expand Up @@ -51,6 +50,8 @@ jobs:
timeout-minutes: 10
needs:
- SwiftBuild
env:
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
steps:
- uses: actions/checkout@master
- name: OktaAuthFoundation.podspec
Expand All @@ -77,6 +78,8 @@ jobs:
- "platform=watchOS Simulator,OS=10.5,name=Apple Watch Series 7 (45mm)"
- "platform=macOS,name=My Mac"
timeout-minutes: 25
env:
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
steps:
- name: Set test variables
run: |
Expand Down

0 comments on commit c1c48bc

Please sign in to comment.