Skip to content

Commit b2950f5

Browse files
committed
remove Xcode 14.2
1 parent a5a2cb6 commit b2950f5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
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_14_2:
30-
runs-on: macos-12
31-
env:
32-
DEVELOPER_DIR: /Applications/Xcode_14.2.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_8:
4430
runs-on: ubuntu-latest
4531
container: swift:5.8

0 commit comments

Comments
 (0)