diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9445121c..aa729088 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -17,6 +17,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Set up Xcode 15.4 + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.4' + - name: List Schemes run: xcodebuild -list diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index a287f743..a0235625 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -17,6 +17,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Set up Xcode 15.4 + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.4' + - name: List Schemes run: xcodebuild -list