File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 files : ./coverage_report.lcov
2828
29- xcode_13_2_1 :
30- runs-on : macos-11
31- env :
32- DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
33- steps :
34- - name : Checkout
35- uses : actions/checkout@v3
36- - name : Version
37- run : swift --version
38- - name : Build
39- run : swift build --build-tests
40- - name : Test
41- run : swift test --skip-build
42-
4329 linux_swift_5_7 :
4430 runs-on : ubuntu-latest
4531 container : swift:5.7
Original file line number Diff line number Diff line change 1313
1414AllocatedLock can be installed by using Swift Package Manager.
1515
16- ** Note:** AllocatedLock requires Swift 5.5 on Xcode 13.2 +. It runs on iOS 13+, tvOS 13+, macOS 10.15+ and Linux.
16+ ** Note:** AllocatedLock requires Swift 5.5 on Xcode 14 +. It runs on iOS 13+, tvOS 13+, macOS 10.15+ and Linux.
1717
1818To install using Swift Package Manager, add this to the ` dependencies: ` section in your Package.swift file:
1919
You can’t perform that action at this time.
0 commit comments