From bc011e4d9e9e85c6096000c9a05ecbe7b1237c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 19 Oct 2023 23:56:12 +0200 Subject: [PATCH] Try again with macos 12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .github/workflows/uitests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index b4099cff6..8fab97a0b 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -22,7 +22,7 @@ permissions: jobs: build-and-test: name: Build and Test - runs-on: macos-13 + runs-on: macos-latest if: github.event.pull_request.draft == false strategy: @@ -32,7 +32,7 @@ jobs: env: WORKSPACE: NextcloudTalk.xcworkspace - DESTINATION: platform=iOS Simulator,name=iPhone 14,OS=16.4 + DESTINATION: platform=iOS Simulator,name=iPhone 14,OS=16.2 SCHEME: NextcloudTalk TEST_BRANCH: ${{ matrix.test-branches }} CONTAINER_NAME: nextcloud_test