Skip to content

Commit

Permalink
Merge pull request #160 from sparcs-kaist/chore@fix-ios-test
Browse files Browse the repository at this point in the history
Fix testing on iOS (github actions)
  • Loading branch information
sboh1214 authored Sep 26, 2023
2 parents 0ccc89a + a815d8e commit 476820f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:

integration-android:
name: Integration Test on Android
runs-on: macos-13
runs-on: macos-latest
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 All @@ -49,9 +47,11 @@ jobs:

integration-ios:
name: Integration Test on 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

0 comments on commit 476820f

Please sign in to comment.