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 26
26
with :
27
27
files : ./coverage_report.lcov
28
28
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
-
43
29
linux_swift_5_7 :
44
30
runs-on : ubuntu-latest
45
31
container : swift:5.7
Original file line number Diff line number Diff line change 13
13
14
14
AllocatedLock can be installed by using Swift Package Manager.
15
15
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.
17
17
18
18
To install using Swift Package Manager, add this to the ` dependencies: ` section in your Package.swift file:
19
19
You can’t perform that action at this time.
0 commit comments