Skip to content

Commit

Permalink
use faster github actions agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Feb 26, 2024
1 parent 5c972eb commit e23d79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
name: integration test (iOS)
needs: [analyze, test]
timeout-minutes: 60
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
name: integration test (Android)
needs: [analyze, test, ios_integration_test]
timeout-minutes: 60
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit e23d79b

Please sign in to comment.