Skip to content

Commit

Permalink
Bump xcode-version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Nov 20, 2023
1 parent e4450c5 commit 07d47cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15
- name: Build Package with swift
run: swift build

Expand All @@ -27,7 +27,7 @@ jobs:
- name: xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15
- name: Set Default Scheme
run: |
scheme_list=$(xcodebuild -list -json | tr -d "\n")
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15
- name: Verify cocoapods
run: pod lib lint --allow-warnings

Expand All @@ -73,6 +73,6 @@ jobs:
- name: xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15
- name: Run swiftlint
run: swiftlint

0 comments on commit 07d47cd

Please sign in to comment.