Skip to content

Commit

Permalink
Try again with macos 12
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Oct 19, 2023
1 parent f5e85ea commit bc011e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit bc011e4

Please sign in to comment.