Skip to content

Commit 0cd4936

Browse files
committed
fixed ci error
1 parent 389a980 commit 0cd4936

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,15 @@ on:
66

77
jobs:
88
test:
9-
runs-on: macos-14
9+
runs-on: macos-latest
1010
env:
1111
CODECOV_PACKAGE_NAME: DIContainer
12-
strategy:
13-
matrix:
14-
env:
15-
- sdk: iphonesimulator
16-
destination: platform=iOS Simulator,name=iPhone 11 Pro,OS=latest
1712

1813
steps:
1914
- uses: actions/checkout@v1
20-
- name: Select Xcode 16.0
21-
run: sudo xcode-select -s /Applications/Xcode_16.0.app
22-
- name: List SDKs and Devices
23-
run: xcodebuild -showsdks
24-
2515
- name: Build and Test
2616
run: |
2717
set -o pipefail && swift test --no-parallel --enable-code-coverage | xcpretty -c;
28-
env:
29-
SDK: ${{ matrix.env.sdk }}
30-
DESTINATION: ${{ matrix.env.destination }}
3118
3219
- name: Upload Code Coverage
3320
run: |

0 commit comments

Comments
 (0)