Skip to content

Commit c5c12bc

Browse files
committed
Xcode 15
1 parent bec83cd commit c5c12bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ jobs:
2626
with:
2727
files: ./coverage_report.lcov
2828

29+
xcode_15:
30+
runs-on: macos-13
31+
env:
32+
DEVELOPER_DIR: /Applications/Xcode_15.0.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+
2943
linux_swift_5_8:
3044
runs-on: ubuntu-latest
3145
container: swift:5.8

0 commit comments

Comments
 (0)