Skip to content

Commit

Permalink
👷 set-output 대신 Environment File 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Nov 25, 2023
1 parent 74b5065 commit 697d6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Xcode_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

0 comments on commit 697d6ac

Please sign in to comment.