Skip to content

Commit

Permalink
Trying with xcode-15.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshe456 authored Jun 19, 2024
1 parent 15f73b5 commit 312f8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue9511.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Cocoapods Lint
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app
DEVELOPER_DIR: /Applications/Xcode_15.1.app
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
name: Build Library
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app
DEVELOPER_DIR: /Applications/Xcode_15.1.app
PROJECT_NAME: SDWebImage.xcodeproj
SCHEME_NAME: SDWebImage
steps:
Expand Down

0 comments on commit 312f8a1

Please sign in to comment.