From b68f0c9995950adfeb2537e8f7dad3916ceb8b05 Mon Sep 17 00:00:00 2001 From: leogdion Date: Sat, 27 Jan 2024 09:25:20 -0500 Subject: [PATCH] Update IPSWDownloads.yml --- .github/workflows/IPSWDownloads.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/IPSWDownloads.yml b/.github/workflows/IPSWDownloads.yml index d55ca89..4721e19 100644 --- a/.github/workflows/IPSWDownloads.yml +++ b/.github/workflows/IPSWDownloads.yml @@ -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" @@ -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