From f4668f2debb990a965eb0595c7a2051571c6cf97 Mon Sep 17 00:00:00 2001 From: LEE <18611401994@163.com> Date: Fri, 17 Dec 2021 11:49:13 +0800 Subject: [PATCH] update actions --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 91c562c..8d45c70 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer strategy: matrix: - 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"] + destination: ["OS=15.2,name=iPhone 13 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"] steps: - uses: actions/checkout@v2 - name: iOS - ${{ matrix.destination }} @@ -38,7 +38,7 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer strategy: matrix: - destination: ["OS=13.4,name=Apple TV 4K"] #, "OS=11.4,name=Apple TV 4K", "OS=10.2,name=Apple TV 1080p"] + destination: ["OS=15.2,name=Apple TV 4K"] #, "OS=11.4,name=Apple TV 4K", "OS=10.2,name=Apple TV 1080p"] steps: - uses: actions/checkout@v2 - name: tvOS - ${{ matrix.destination }} @@ -50,7 +50,7 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer strategy: matrix: - 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"] + destination: ["OS=8.3, name=Apple Watch Series 7 - 41mm"] #, "OS=4.2,name=Apple Watch Series 3 - 42mm", "OS=3.2,name=Apple Watch Series 2 - 42mm"] steps: - uses: actions/checkout@v2 - name: watchOS - ${{ matrix.destination }}