Skip to content

Commit

Permalink
Build on Xcode 15 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Aug 18, 2023
1 parent 4b925ad commit 637d067
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 637d067

Please sign in to comment.