Skip to content

Commit

Permalink
Update IPSWDownloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jan 27, 2024
1 parent 1ad78ff commit b68f0c9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/IPSWDownloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
watchOSVersion: "10.2"
watchName: "Apple Watch Series 9 (45mm)"
iPhoneName: "iPhone 15 Pro"
- runs-on: macos-13-xlarge
- runs-on: macos-13
xcode: "/Applications/Xcode_15.2.app"
iOSVersion: "17.2"
watchOSVersion: "10.2"
Expand Down Expand Up @@ -125,16 +125,8 @@ jobs:
run: |
brew update
brew install mint
# - name: Initialize CodeQL
# if: startsWith(matrix.xcode,'/Applications/Xcode_15.1')
# uses: github/codeql-action/init@v3
# with:
# languages: ${{ matrix.language }}
- name: Build
run: swift build
# - name: Perform CodeQL Analysis
# if: startsWith(matrix.xcode,'/Applications/Xcode_15.1')
# uses: github/codeql-action/analyze@v3
- name: Run Swift Package tests
run: swift test -v --enable-code-coverage
- uses: sersoft-gmbh/swift-coverage-action@v4
Expand Down

0 comments on commit b68f0c9

Please sign in to comment.