Skip to content

Commit

Permalink
Update build-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Oct 12, 2023
1 parent bd28653 commit 7cef885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'
xcode-version: '15.0.0'
- name: Build Framework
env:
workspace: RxNetworkKit.xcworkspace
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'
xcode-version: '15.0.0'
- name: Build Framework
env:
workspace: RxNetworkKit.xcworkspace
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'
xcode-version: '15.0.0'
- name: Build Example
env:
workspace: RxNetworkKit.xcworkspace
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'
xcode-version: '15.0.0'
- name: Build Example
env:
workspace: RxNetworkKit.xcworkspace
Expand Down

0 comments on commit 7cef885

Please sign in to comment.