From 098c539ea730b92be86851d1606c29a230d71f33 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 4 Dec 2025 20:10:26 +0100 Subject: [PATCH] chore(ci): Update simulator --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cabe79..8a01244 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: destination: - - "platform=iOS Simulator,OS=18.1,name=iPhone 16" + - "platform=iOS Simulator,OS=26.1,name=iPhone 17" steps: - name: Checkout Code uses: actions/checkout@v3