diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc94baad..776c56c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - platform: ['iOS Simulator,name=iPhone 8'] + platform: ['iOS Simulator,name=iPhone SE (3rd generation)'] steps: - uses: actions/checkout@v2 - name: Analyze @@ -26,7 +26,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - platform: ['iOS Simulator,name=iPhone 8'] + platform: ['iOS Simulator,name=iPhone SE (3rd generation)'] steps: - uses: actions/checkout@v2 - name: Test @@ -42,7 +42,7 @@ jobs: name: Carthage runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer steps: - uses: actions/checkout@v2 - name: Carthage @@ -50,7 +50,7 @@ jobs: swift-package-manager: runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer steps: - name: Checkout uses: actions/checkout@v2 @@ -59,7 +59,7 @@ jobs: example-spm-xcode: runs-on: macos-latest env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer steps: - name: Checkout uses: actions/checkout@v2