Skip to content

Commit

Permalink
ci: use macos instead ubuntu on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Feb 18, 2024
1 parent 8926447 commit cbd69fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Configure enviroment
Expand Down
1 change: 0 additions & 1 deletion tool/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ clean="flutter clean"
pub_get="flutter pub get"
build_runner="dart run build_runner build --delete-conflicting-outputs"

command -v fvm
# Check if fvm is installed
if command -v fvm &> /dev/null; then
fvm doctor &&
Expand Down

0 comments on commit cbd69fc

Please sign in to comment.