Skip to content

Commit fd1668c

Browse files
authored
Update CI some more
1 parent 7587302 commit fd1668c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- platform: 'macOS'
2727
destination: 'arch=x86_64'
2828
- platform: 'iOS Simulator'
29-
destination: 'OS=latest,name=iPhone 15 Pro'
29+
destination: 'OS=latest,name=iPhone 16 Pro'
3030
- platform: 'tvOS Simulator'
3131
destination: 'OS=latest,name=Apple TV 4K (3rd generation)'
3232
- platform: 'watchOS Simulator'
33-
destination: 'OS=latest,name=Apple Watch Series 9 (45mm)'
33+
destination: 'OS=latest,name=Apple Watch Series 10 (42mm)'
3434
name: ${{ matrix.platform }} Tests
3535
runs-on: macos-15
3636
steps:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install xcbeautify
8282
run: |
8383
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
8585
curl -fsSLO 'https://github.com/tuist/xcbeautify/releases/download/1.0.1/xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz'
8686
tar -x -J -f xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz
8787
- name: Run tests

0 commit comments

Comments
 (0)