From 697d6ac42476544572e76e2f125c551240078bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Junnos=20=EF=A3=BF?= Date: Sun, 26 Nov 2023 02:52:36 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20set-output=20?= =?UTF-8?q?=EB=8C=80=EC=8B=A0=20Environment=20File=20=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Xcode_build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Xcode_build_test.yml b/.github/workflows/Xcode_build_test.yml index 7585df9..f8a64e6 100644 --- a/.github/workflows/Xcode_build_test.yml +++ b/.github/workflows/Xcode_build_test.yml @@ -47,7 +47,7 @@ jobs: cd .. done matrix+="]}" - echo "::set-output name=matrix:: $matrix" + echo "{matrix}=$matrix" >> $GITHUB_OUTPUT build-and-test: needs: prepare-matrix @@ -82,4 +82,4 @@ jobs: cd iOS/${{ matrix.package }} xcodebuild clean test \ -scheme ${{ matrix.scheme }} \ - -destination 'platform=iOS Simulator,name=iPhone 14 Pro' + -destination 'platform=iOS Simulator,name=iPhone 15 Pro'