Skip to content

Commit 310f4be

Browse files
authored
Merge pull request #5067 from danielgindi/master
Merge from master
2 parents 95ea918 + 10ab125 commit 310f4be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/swift.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: iOS - ${{ matrix.destination }}
2222
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "DGCharts" -destination "${{ matrix.destination }}" clean test | xcpretty
2323

@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
destination: ["OS=16.0,name=Apple TV 4K (2nd generation)"]
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- name: tvOS - ${{ matrix.destination }}
3434
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "DGCharts" -destination "${{ matrix.destination }}" clean test | xcpretty
3535

@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- name: macOS
4343
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "ChartsDemo-macOS" -destination "platform=macOS" clean build | xcpretty
4444

@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
5252
steps:
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454
- name: iOS - ${{ matrix.destination }}
5555
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Charts.xcworkspace" -scheme "ChartsDemo-iOS" -destination "${{ matrix.destination }}" clean build | xcpretty
5656

@@ -60,6 +60,6 @@ jobs:
6060
env:
6161
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v3
6464
- name: SPM Test
6565
run: swift build -c debug

0 commit comments

Comments
 (0)