diff --git a/.github/workflows/mandrake.yml b/.github/workflows/mandrake.yml index 3d1b135..459b414 100644 --- a/.github/workflows/mandrake.yml +++ b/.github/workflows/mandrake.yml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v4.1.1 - uses: maxim-lobanov/setup-xcode@v1.6.0 with: - xcode-version: '14.3.1' + xcode-version: '15.0.1' - name: Set up cocoapods cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: Pods key: "${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}"