Skip to content

Commit

Permalink
Merge pull request #159 from sparcs-kaist/chore@fix-xcode15
Browse files Browse the repository at this point in the history
Change to macOS 13 and Xcode 15
  • Loading branch information
sboh1214 authored Sep 25, 2023
2 parents 99d6cca + f6a8f22 commit 0ccc89a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:

build-ios:
name: Build iOS
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:

integration-android:
name: Integration Test on Android
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 0ccc89a

Please sign in to comment.