diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a4b32ca..b6a2c351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.4.0' + xcode-version: latest - name: Create config file run: | @@ -69,7 +69,7 @@ jobs: - name: Install dep via Carthage run: | - carthage bootstrap --platform iOS --use-xcframeworks --cache-builds + carthage bootstrap --platform iOS --cache-builds - name: Install dependencies via Swift Package Manager run: swift package resolve @@ -77,8 +77,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.4.0' - + xcode-version: latest - name: Create config file run: | echo '{ diff --git a/Cartfile.resolved b/Cartfile.resolved index a6fdcb93..00080860 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -github "contentstack/contentstack-swift-dvr" "c8040a2451e4bc2c312347531cac6c73f23ce50c" +github "contentstack/contentstack-swift-dvr" "v1.0.0" github "contentstack/contentstack-utils-swift" "v1.3.4"