Skip to content

Commit 36e6868

Browse files
Update ci.yml
1 parent b380b69 commit 36e6868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [macos-11, macos-12]
17-
xcode: ['Xcode_13.0', 'Xcode_14.0']
17+
xcode: ['Xcode_13.0', 'Xcode_14.2']
1818
exclude:
1919
- os: macos-11
20-
xcode: 'Xcode_14.0'
20+
xcode: 'Xcode_14.2'
2121
- os: macos-12
2222
xcode: 'Xcode_13.0'
2323
runs-on: ${{ matrix.os }}
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363
- name: Run tests on Apple Watch simulator
64-
run: set -o pipefail && make test_watch
64+
run: set -o pipefail && make test_watch

0 commit comments

Comments
 (0)