24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- flutter_version : [stable, beta, master ]
27
+ flutter_version : [beta]
28
28
os : [ubuntu-latest, macos-latest, windows-latest]
29
29
steps :
30
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -37,30 +37,30 @@ jobs:
37
37
channel : beta
38
38
- run : ./tool/ci_script.exe
39
39
40
- android-build :
41
- runs-on : ubuntu-latest
42
- if : github.repository == 'flutter/samples'
43
- steps :
44
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
45
- - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
46
- with :
47
- distribution : ' zulu'
48
- java-version : ' 17'
49
- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
50
- with :
51
- channel : stable
52
- - run : ./tool/android_ci_script.sh
40
+ # android-build:
41
+ # runs-on: ubuntu-latest
42
+ # if: github.repository == 'flutter/samples'
43
+ # steps:
44
+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
45
+ # - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
46
+ # with:
47
+ # distribution: 'zulu'
48
+ # java-version: '17'
49
+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
50
+ # with:
51
+ # channel: stable
52
+ # - run: ./tool/android_ci_script.sh
53
53
54
- ios-build :
55
- runs-on : macos-latest
56
- if : github.repository == 'flutter/samples'
57
- steps :
58
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
59
- - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
60
- with :
61
- distribution : ' zulu'
62
- java-version : ' 17'
63
- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
64
- with :
65
- channel : stable
66
- - run : ./tool/ios_ci_script.sh
54
+ # ios-build:
55
+ # runs-on: macos-latest
56
+ # if: github.repository == 'flutter/samples'
57
+ # steps:
58
+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
59
+ # - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
60
+ # with:
61
+ # distribution: 'zulu'
62
+ # java-version: '17'
63
+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
64
+ # with:
65
+ # channel: stable
66
+ # - run: ./tool/ios_ci_script.sh
0 commit comments