Skip to content

Commit bd002a9

Browse files
committed
update actions
1 parent ee8c58f commit bd002a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Test macOS
1515
runs-on: macOS-latest
1616
env:
17-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
17+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: macOS
@@ -23,10 +23,10 @@ jobs:
2323
name: Test iOS
2424
runs-on: macOS-latest
2525
env:
26-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
26+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
2727
strategy:
2828
matrix:
29-
destination: ["OS=13.5,name=iPhone 11 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
29+
destination: ["OS=13.5,name=iPhone 12 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: iOS - ${{ matrix.destination }}
@@ -35,7 +35,7 @@ jobs:
3535
name: Test tvOS
3636
runs-on: macOS-latest
3737
env:
38-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
38+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
3939
strategy:
4040
matrix:
4141
destination: ["OS=13.4,name=Apple TV 4K"] #, "OS=11.4,name=Apple TV 4K", "OS=10.2,name=Apple TV 1080p"]
@@ -47,7 +47,7 @@ jobs:
4747
name: Build watchOS
4848
runs-on: macOS-latest
4949
env:
50-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
50+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
5151
strategy:
5252
matrix:
5353
destination: ["OS=6.2.1,name=Apple Watch Series 5 - 44mm"] #, "OS=4.2,name=Apple Watch Series 3 - 42mm", "OS=3.2,name=Apple Watch Series 2 - 42mm"]

0 commit comments

Comments
 (0)