Skip to content

Commit

Permalink
Merge pull request #64 from swhitty/xcode-15
Browse files Browse the repository at this point in the history
Build on Xcode 15 beta
  • Loading branch information
swhitty authored Aug 18, 2023
2 parents 4b925ad + 637d067 commit 6ab40c8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,22 @@ jobs:
with:
files: ./coverage_report.lcov

xcode_15_0:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Version
run: swift --version
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build

xcode_14_2:
runs-on: macos-12
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
steps:
Expand Down

0 comments on commit 6ab40c8

Please sign in to comment.