Skip to content

Commit

Permalink
Revert Xcode 15.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Jan 5, 2024
1 parent 6a334e3 commit 843dcc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer

jobs:
build-test:
Expand All @@ -41,11 +41,11 @@ jobs:
matrix:
include:
- name: iPhone
destination: platform=iOS Simulator,name=iPhone 15,OS=17.2
destination: platform=iOS Simulator,name=iPhone 14,OS=16.4
- name: Apple Watch
destination: platform=watchOS Simulator,name=Apple Watch Series 9 (45mm),OS=10.2
destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4
- name: Apple TV
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=17.2
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=16.4

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: false

env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
SWIFTCI_DOCC: 1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer

jobs:
integration-test:
Expand Down

0 comments on commit 843dcc2

Please sign in to comment.