From dc5c2cc958d690abe435bbde170eb42585e2ac38 Mon Sep 17 00:00:00 2001 From: Aaron Sky Date: Wed, 25 Feb 2026 13:55:14 -0500 Subject: [PATCH 1/2] Update CI workflow for latest macOS runners --- .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 1adade38..3207bcf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch] jobs: test: name: Run Unit Tests - runs-on: macos-13 + runs-on: macos-15 timeout-minutes: 45 steps: From c8b7f43546ec248be024ec36b57c163824da6533 Mon Sep 17 00:00:00 2001 From: Aaron Sky Date: Wed, 25 Feb 2026 13:58:50 -0500 Subject: [PATCH 2/2] Bump iPhone simulator --- .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 3207bcf2..02bc4601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: ACCOUNT_ID_2: ${{ secrets.ACCOUNT_ID_2 }} ACCOUNT_ID_3: ${{ secrets.ACCOUNT_ID_3 }} platform: ${{ 'iOS Simulator' }} - device: ${{ 'iPhone 14' }} + device: ${{ 'iPhone 16' }} run: | xcodebuild -workspace TestSwiftyDropbox/TestSwiftyDropbox.xcworkspace/ -scheme TestSwiftyDropbox_iOS -sdk iphonesimulator \ -destination "platform=$platform,name=$device" \