diff --git a/.github/workflows/unittestall.yml b/.github/workflows/unittestall.yml index e41a4c0..ec2d928 100644 --- a/.github/workflows/unittestall.yml +++ b/.github/workflows/unittestall.yml @@ -12,7 +12,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - destination: ['platform=iOS Simulator,name=iPhone 15,OS=17.2'] + destination: ['platform=iOS Simulator,name=iPhone 15,OS=17.5'] steps: - uses: actions/checkout@v3 - uses: maxim-lobanov/setup-xcode@v1.6.0