Skip to content

Commit

Permalink
try fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Nov 26, 2023
1 parent af55e0d commit 5a83559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
integration_test_android:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
integration_test_ios:
runs-on: macos-12
runs-on: macos-latest
strategy:
matrix:
include:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: futureware-tech/simulator-action@v2
with:
model: ${{ matrix.device }}
os_version: "16.4"
os_version: "16.2"

- name: Integration Test
run: melos integration-test-app
Expand Down

0 comments on commit 5a83559

Please sign in to comment.