Skip to content

Commit

Permalink
feat: update ci workflows
Browse files Browse the repository at this point in the history
Resolves: none.
  • Loading branch information
loay-ashraf committed Nov 1, 2023
1 parent c2e3ebd commit 7deb7dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: '15.0.0'
xcode-version: 'latest-stable'
- 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: '15.0.0'
xcode-version: 'latest-stable'
- 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: '15.0.0'
xcode-version: 'latest-stable'
- 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: '15.0.0'
xcode-version: 'latest-stable'
- name: Build Example
env:
workspace: RxNetworkKit.xcworkspace
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.0'
xcode-version: 'latest-stable'
- 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: '15.0.0'
xcode-version: 'latest-stable'
- name: Build Example
env:
workspace: RxNetworkKit.xcworkspace
Expand Down

0 comments on commit 7deb7dc

Please sign in to comment.