Skip to content

Commit

Permalink
update runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 29, 2024
1 parent e4335dd commit 6510903
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
test-suite:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04-16core
# runs-on: macos-13-large
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1333,10 +1333,10 @@ packages:
dependency: "direct dev"
description:
name: patrol
sha256: "829065b7daa1307283339a2b3a2d57f29631e5178d2f9d5276b376f34efda2e8"
sha256: "7f030b709f42fa53cec593e8ad906f23b6730cdbe205ee59ad53eb2af2ee9d94"
url: "https://pub.dev"
source: hosted
version: "3.13.0"
version: "3.12.0"
patrol_finders:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dev_dependencies:
analyzer: ^6.7.0
golden_toolkit: ^0.15.0
# Testing
patrol: 3.13.0
patrol: ^3.12.0



Expand Down

0 comments on commit 6510903

Please sign in to comment.