Skip to content

Commit

Permalink
ci: Use macos-latest runner, since GitHub is deprecating macos-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyf committed Oct 16, 2024
1 parent 79fc7a5 commit 90d854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/embrace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: flutter test --dart-define=dart.vm.product=true test_release/

android:
runs-on: macos-12
runs-on: macos-latest

defaults:
run:
Expand Down

0 comments on commit 90d854e

Please sign in to comment.