Skip to content

Commit 3f5543d

Browse files
committed
Xcode 13 not supported
1 parent 54dd1d0 commit 3f5543d

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,6 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
AllocatedLock 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

1818
To install using Swift Package Manager, add this to the `dependencies:` section in your Package.swift file:
1919

0 commit comments

Comments
 (0)