Skip to content

Commit

Permalink
Roll back changes to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Sep 26, 2024
1 parent c1c48bc commit 11fc271
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- 'Tests/**/*.swift'

env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
NSUnbufferedIO: YES

jobs:
Expand Down Expand Up @@ -50,8 +51,6 @@ 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 @@ -72,14 +71,11 @@ jobs:
destination:
- "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro Max"
- "platform=iOS Simulator,OS=17.5,name=iPhone 15 Pro Max"
- "platform=iOS Simulator,OS=18.0,name=iPhone 16 Pro Max"
- "platform=tvOS Simulator,OS=17.5,name=Apple TV"
- "platform=visionOS Simulator,OS=1.2,name=Apple Vision Pro"
- "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 11fc271

Please sign in to comment.