diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 750b6a8..690d754 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Select Xcode - run: sudo xcode-select -s /Applications/Xcode_13.4.app + run: sudo xcode-select -s /Applications/Xcode_14.0.app - name: Build and Test SPM run: swift test - name: Build and Test CocoaPods @@ -15,7 +15,7 @@ jobs: linux: runs-on: ubuntu-latest container: - image: swift:5.2 + image: swift:5.4 options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined steps: - name: Checkout diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5c91ea..cc65327 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Select Xcode - run: sudo xcode-select -s /Applications/Xcode_13.4.app + run: sudo xcode-select -s /Applications/Xcode_14.0.app - name: Publish Pod run: pod trunk push --allow-warnings env: diff --git a/Package.swift b/Package.swift index 49a7804..c99b6cb 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.0 +// swift-tools-version:5.4 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription diff --git a/ScaleCodec.podspec b/ScaleCodec.podspec index ccbdfbf..7d012a5 100644 --- a/ScaleCodec.podspec +++ b/ScaleCodec.podspec @@ -18,7 +18,7 @@ SCALE codec implementation for Swift language. Supports all SCALE standard types s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0' - s.swift_version = '5' + s.swift_version = '5.4' s.module_name = 'ScaleCodec'