Skip to content

Commit 4c61f13

Browse files
authored
Test native builds with Xcode 14.0 (#206)
Xcode 14.0 beta is already available on GitHub Actions, let's try using it in our workflows.
1 parent 756c6ca commit 4c61f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
xcode: Xcode_13.2.1
5858
- os: macos-12
5959
xcode: Xcode_13.3
60+
- os: macos-12
61+
xcode: Xcode_14.0
6062
runs-on: ${{ matrix.os }}
6163
steps:
6264
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)