Skip to content

Commit

Permalink
Merge branch 'main' into test/update_print_output
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Nov 23, 2024
2 parents d7870d0 + 74af56c commit 6db0ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
operating-system:
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
[ubuntu-latest, windows-latest, macos-latest, macos-13]
channel: [stable, beta, master]
dry-run: [true, false]
include:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
operating-system:
[ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]
[ubuntu-latest, windows-latest, macos-latest, macos-13]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if [ -n "$VERSION_FILE" ]; then
exit 1
fi

VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
VERSION="$(yq eval '.environment.flutter' "$VERSION_FILE")"
fi

ARR_CHANNEL=("${@:$OPTIND:1}")
Expand Down

0 comments on commit 6db0ba8

Please sign in to comment.