diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 28b6640f..a935be34 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: include: + - xcode: 16.2 + destination: iPhone 16 Pro + os: 18.2 - xcode: 15.2 destination: iPhone 15 Pro os: 17.2 - - xcode: 14.3.1 - destination: iPhone 14 Pro - os: 16.4 env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: diff --git a/.github/workflows/build_example_project.yml b/.github/workflows/build_example_project.yml index 4157c6c5..c6573808 100644 --- a/.github/workflows/build_example_project.yml +++ b/.github/workflows/build_example_project.yml @@ -15,12 +15,12 @@ jobs: strategy: matrix: include: + - xcode: 16.2 + destination: iPhone 16 Pro + os: 18.2 - xcode: 15.2 destination: iPhone 15 Pro os: 17.2 - - xcode: 14.3.1 - destination: iPhone 14 Pro - os: 16.4 env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: