Skip to content

Commit

Permalink
Adjust ci flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Jun 4, 2024
1 parent ab83baa commit 12ed00f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: self-hosted
# When upgrading: also upgrade dev.yaml, release.yaml, and test.yaml
container: ghcr.io/cirruslabs/flutter:3.16.9
container: ghcr.io/cirruslabs/flutter:3.19.6
steps:
- uses: actions/checkout@v2
- name: Run unit tests
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: self-hosted
needs: test
# When upgrading: also upgrade dev.yaml, release.yaml, and test.yaml
container: ghcr.io/cirruslabs/flutter:3.16.9
container: ghcr.io/cirruslabs/flutter:3.19.6
steps:
- uses: actions/checkout@v2
- name: Prepare secret files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: self-hosted
# When upgrading: also upgrade dev.yaml, release.yaml, and test.yaml
container: ghcr.io/cirruslabs/flutter:3.16.9
container: ghcr.io/cirruslabs/flutter:3.19.6
steps:
- uses: actions/checkout@v2
- name: Run unit tests
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: self-hosted
needs: test
# When upgrading: also upgrade dev.yaml, release.yaml, and test.yaml
container: ghcr.io/cirruslabs/flutter:3.16.9
container: ghcr.io/cirruslabs/flutter:3.19.6
steps:
- uses: actions/checkout@v2
- name: Prepare secret files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: self-hosted
# When upgrading: also upgrade dev.yaml, release.yaml, and test.yaml
container: ghcr.io/cirruslabs/flutter:3.16.9
container: ghcr.io/cirruslabs/flutter:3.19.6
steps:
- uses: actions/checkout@v2
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: self-hosted
# When upgrading: also upgrade dev.yaml, release.yaml, and test.yaml
container: ghcr.io/cirruslabs/flutter:3.16.9
container: ghcr.io/cirruslabs/flutter:3.19.6
steps:
- uses: actions/checkout@v2
- name: Run unit tests and check for styling errors
Expand Down
2 changes: 1 addition & 1 deletion ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "$NETRC_BASE64" | base64 --decode > $HOME/.netrc
chmod 600 $HOME/.netrc

# Install Flutter using git.
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.16.9 $HOME/flutter
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.19.6 $HOME/flutter
export PATH="$PATH:$HOME/flutter/bin"

# Install Flutter artifacts for iOS (--ios), or macOS (--macos) platforms.
Expand Down

0 comments on commit 12ed00f

Please sign in to comment.