From a213412607c4cfe33f77ddfd1fec8653eccb4d8c Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:42:58 -0500 Subject: [PATCH] Update device simulator name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 003275a..58331fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: destination: - "platform=macOS" - "platform=macOS,variant=Mac Catalyst" - - "platform=iOS Simulator,name=iPhone 15" + - "platform=iOS Simulator,name=iPhone 16" steps: - name: Checkout uses: actions/checkout@v4