Skip to content

Commit cf4b1bf

Browse files
authored
Update swift.yml
1 parent e5f7f12 commit cf4b1bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
build_and_test_examples:
1919
needs: cancel_previous
20-
runs-on: macos-11
20+
runs-on: macos-latest
2121
steps:
2222
- uses: maxim-lobanov/setup-xcode@v1
2323
with:
24-
xcode-version: '13.0'
24+
xcode-version: latest-stable
2525
- uses: actions/checkout@v2
2626
- uses: actions/cache@v2
2727
with:
@@ -33,4 +33,4 @@ jobs:
3333
run: |
3434
cd Example/BasicExample
3535
xcodebuild -workspace "BasicExample.xcworkspace" -scheme "BasicExample" -sdk iphonesimulator
36-
36+

0 commit comments

Comments
 (0)