File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
26
26
- platform : ' macOS'
27
27
destination : ' arch=x86_64'
28
28
- platform : ' iOS Simulator'
29
- destination : ' OS=latest,name=iPhone 15 Pro'
29
+ destination : ' OS=latest,name=iPhone 16 Pro'
30
30
- platform : ' tvOS Simulator'
31
31
destination : ' OS=latest,name=Apple TV 4K (3rd generation)'
32
32
- platform : ' watchOS Simulator'
33
- destination : ' OS=latest,name=Apple Watch Series 9 (45mm )'
33
+ destination : ' OS=latest,name=Apple Watch Series 10 (42mm )'
34
34
name : ${{ matrix.platform }} Tests
35
35
runs-on : macos-15
36
36
steps :
81
81
- name : Install xcbeautify
82
82
run : |
83
83
DEBIAN_FRONTEND=noninteractive apt-get update
84
- DEBIAN_FRONTEND=noninteractive apt-get install -y curl
84
+ DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz
85
85
curl -fsSLO 'https://github.com/tuist/xcbeautify/releases/download/1.0.1/xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz'
86
86
tar -x -J -f xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz
87
87
- name : Run tests
You can’t perform that action at this time.
0 commit comments