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