From e6b057ab6e03ae75c9b7ee1a303c48058f8e5997 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Sat, 18 May 2024 23:10:59 +0300 Subject: [PATCH 1/3] Fix ci --- .github/workflows/ci-pull-request.yml | 7 +++++-- .github/workflows/ci-release.yml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 773a7ca..e3b115d 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -2,7 +2,10 @@ name: CI - Pull Request on: pull_request: branches: - - 'main' + - main + push: + branches: + - develop workflow_dispatch: jobs: @@ -55,7 +58,7 @@ jobs: uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main strategy: matrix: - destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.2', 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4'] + destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.5'] with: path: Example/Example scheme: Example (watchOS) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 6c38a5b..1998b76 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -60,7 +60,7 @@ jobs: uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main strategy: matrix: - destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.2', 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4'] + destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.5'] with: path: Example/Example scheme: Example (watchOS) From 6ac90fb9bce851cd3e6d34cbde890e64ca32493a Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Sat, 18 May 2024 23:20:58 +0300 Subject: [PATCH 2/3] Fix ci --- .github/workflows/ci-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index e3b115d..ba40e0e 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -58,7 +58,7 @@ jobs: uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main strategy: matrix: - destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.5'] + destination: ['platform=watchOS Simulator,name=Apple Watch SE (44mm) (2nd generation),OS=10.5'] with: path: Example/Example scheme: Example (watchOS) From f80a8ea38a07a0f20cc4df8e244d083c7316892e Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Sat, 18 May 2024 23:27:04 +0300 Subject: [PATCH 3/3] Fix --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 1998b76..6bc476a 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -60,7 +60,7 @@ jobs: uses: oversizedev/GithubWorkflows/.github/workflows/build-app.yml@main strategy: matrix: - destination: ['platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm),OS=10.5'] + destination: ['platform=watchOS Simulator,name=Apple Watch SE (44mm) (2nd generation),OS=10.5'] with: path: Example/Example scheme: Example (watchOS)