diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 0183f25..f1d0da3 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -16,7 +16,7 @@ on: jobs: iOS: name: - runs-on: macos-13 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -34,7 +34,7 @@ jobs: - name: Generate project run: xcodegen generate - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer' - name: Run tests run: | xcodebuild clean test \