We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389a980 commit 0cd4936Copy full SHA for 0cd4936
.github/workflows/ci.yml
@@ -6,28 +6,15 @@ on:
6
7
jobs:
8
test:
9
- runs-on: macos-14
+ runs-on: macos-latest
10
env:
11
CODECOV_PACKAGE_NAME: DIContainer
12
- strategy:
13
- matrix:
14
- env:
15
- - sdk: iphonesimulator
16
- destination: platform=iOS Simulator,name=iPhone 11 Pro,OS=latest
17
18
steps:
19
- 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
-
25
- name: Build and Test
26
run: |
27
set -o pipefail && swift test --no-parallel --enable-code-coverage | xcpretty -c;
28
29
- SDK: ${{ matrix.env.sdk }}
30
- DESTINATION: ${{ matrix.env.destination }}
31
32
- name: Upload Code Coverage
33
0 commit comments