Skip to content

Commit

Permalink
Update buildAndTest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle authored Dec 7, 2023
1 parent ce1ab09 commit 0e7f2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
xcode: [15.0.1]
xcode: [14.3.1]
steps:
# uses 키워드를 통해 Github Actions에서 기본으로 제공하는 액션을 사용 가능. 아래 액션은 repository 에 체크아웃하는 것
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0e7f2f9

Please sign in to comment.