Skip to content

Commit a17a56c

Browse files
authored
Yml fix (#171)
fix yml to support xcode 14 Co-authored-by: Alan Charles <[email protected]>
1 parent ea9bb26 commit a17a56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106

107107
build_and_test_examples:
108108
needs: cancel_previous
109-
runs-on: macos-11
109+
runs-on: macos-12
110110
steps:
111111
- uses: maxim-lobanov/[email protected]
112112
with:
113-
xcode-version: latest-stable
113+
xcode-version: '14.0.0'
114114
- uses: actions/checkout@v2
115115
- uses: actions/cache@v2
116116
with:

0 commit comments

Comments
 (0)