Skip to content

Commit 3036c72

Browse files
authored
Merge pull request #28 from swhitty/xcode-15
Add Xcode 15 build
2 parents de759b7 + 8997aa5 commit 3036c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

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

29-
xcode_14_2:
30-
runs-on: macos-12
29+
xcode_15_0:
30+
runs-on: macos-13
3131
env:
32-
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
32+
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3

0 commit comments

Comments
 (0)