From 42cd983df3c2012cda63726b459ac633cf52634e Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 2 Jul 2024 17:44:17 +0530 Subject: [PATCH 1/3] fix: workflow fix --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7487cd8c..455c98e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Test macOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer steps: - uses: actions/checkout@v1 with: @@ -29,7 +29,7 @@ jobs: name: Test iOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer strategy: matrix: destination: ["OS=16.2,name=iPhone 14 Pro"] @@ -49,7 +49,7 @@ jobs: name: Test tvOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer strategy: matrix: destination: ["OS=16.1,name=Apple TV 4K (2nd generation)"] @@ -69,7 +69,7 @@ jobs: name: Test watchOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer strategy: matrix: destination: ["OS=9.1,name=Apple Watch Series 6 (44mm)"] From 1e9976d5fd078af4fc06320eccc57eea1d04deda Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 2 Jul 2024 17:47:14 +0530 Subject: [PATCH 2/3] fix: workflow fix --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 455c98e2..a6ba76f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Test macOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer steps: - uses: actions/checkout@v1 with: @@ -29,7 +29,7 @@ jobs: name: Test iOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer strategy: matrix: destination: ["OS=16.2,name=iPhone 14 Pro"] @@ -49,7 +49,7 @@ jobs: name: Test tvOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer strategy: matrix: destination: ["OS=16.1,name=Apple TV 4K (2nd generation)"] @@ -69,7 +69,7 @@ jobs: name: Test watchOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer strategy: matrix: destination: ["OS=9.1,name=Apple Watch Series 6 (44mm)"] From a10434dcec84651431e9871e8164b5c41776a6ac Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 2 Jul 2024 17:48:15 +0530 Subject: [PATCH 3/3] fix: workflow fix --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6ba76f4..455c98e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: Test macOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer steps: - uses: actions/checkout@v1 with: @@ -29,7 +29,7 @@ jobs: name: Test iOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer strategy: matrix: destination: ["OS=16.2,name=iPhone 14 Pro"] @@ -49,7 +49,7 @@ jobs: name: Test tvOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer strategy: matrix: destination: ["OS=16.1,name=Apple TV 4K (2nd generation)"] @@ -69,7 +69,7 @@ jobs: name: Test watchOS runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode14.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer strategy: matrix: destination: ["OS=9.1,name=Apple Watch Series 6 (44mm)"]