Skip to content

Commit

Permalink
fixing ci for Xcode 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Aug 21, 2024
1 parent 0cef54b commit 614be00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/SublimationService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
include:
- xcode: "/Applications/Xcode_16_beta_5.app"
- xcode: "/Applications/Xcode_16.1.app"
os: macos-14
iOSVersion: "18.0"
watchOSVersion: "11.0"
Expand All @@ -71,7 +71,7 @@ jobs:
restore-keys: |
${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-
- name: Cache mint
if: startsWith(matrix.xcode,'/Applications/Xcode_16_beta_5')
if: startsWith(matrix.xcode,'/Applications/Xcode_16.1')
id: cache-mint
uses: actions/cache@v4
env:
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Setup Xcode
run: sudo xcode-select -s ${{ matrix.xcode }}/Contents/Developer || (sudo ls -1 /Applications | grep "Xcode")
- name: Install mint
if: startsWith(matrix.xcode,'/Applications/Xcode_16_beta_5')
if: startsWith(matrix.xcode,'/Applications/Xcode_16.1')
run: |
brew update
brew install mint
Expand All @@ -111,7 +111,7 @@ jobs:
run: rm -rf .build
- name: Lint
run: ./scripts/lint.sh
if: startsWith(matrix.xcode,'/Applications/Xcode_16_beta_5')
if: startsWith(matrix.xcode,'/Applications/Xcode_16.1')
- name: Run iOS target tests
run: xcodebuild test -scheme ${{ env.PACKAGE_NAME }} -sdk "iphonesimulator" -destination 'platform=iOS Simulator,name=${{ matrix.iPhoneName }},OS=${{ matrix.iOSVersion }}' -enableCodeCoverage YES build test
- uses: sersoft-gmbh/swift-coverage-action@v4
Expand Down

0 comments on commit 614be00

Please sign in to comment.