From 0cad7f09723914ad9503498e884998cda3763f7b Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 29 Jul 2020 05:21:19 -0500 Subject: [PATCH] Change destination for iOS --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 213427746..3107b6827 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: matrix: run-config: - { scheme: 'NetNewsWire', destination: 'platform=macOS'} - - { scheme: 'NetNewsWire-iOS', destination: 'platform=iOS Simulator,OS=13.4,name=iPhone 11' } + - { scheme: 'NetNewsWire-iOS', destination: 'platform=iOS Simulator,OS=14.0,name=iPhone 11' } steps: - name: Checkout Project