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