Skip to content

Commit

Permalink
👷 runner 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Nov 25, 2023
1 parent cc51978 commit 7a7cb81
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 @@ -11,7 +11,7 @@ on:

jobs:
build-and-test:
runs-on: macos-latest
runs-on: macos-13
env:
working-directory: ./iOS
strategy:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Xcode Setup
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
xcode-version: latest

- name: Build ${{ matrix.package }}
run: xcodebuild \
Expand Down

0 comments on commit 7a7cb81

Please sign in to comment.