Skip to content

Commit

Permalink
ci: run quality checks on macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ABausG committed Jul 18, 2024
1 parent c2bff53 commit 0253ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
quality:
name: Quality Checks
runs-on: ubuntu-latest
runs-on: macos-14
defaults:
run:
working-directory: packages/home_widget
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
quality:
name: Quality Checks
runs-on: ubuntu-latest
runs-on: macos-14
defaults:
run:
working-directory: packages/home_widget
Expand Down

0 comments on commit 0253ef6

Please sign in to comment.