File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 42
42
- uses : actions/setup-go@v4
43
43
with :
44
44
go-version : ^1.13.1
45
+ - name : Setup Python on MacOS
46
+ uses : actions/setup-python@v4
47
+ if : |
48
+ matrix.os == 'macos-latest' && (
49
+ matrix.version == 'stable-20220908' ||
50
+ matrix.version == 'stable-20221211' ||
51
+ matrix.version == 'stable-20230418' ||
52
+ matrix.version == 'stable-v2.13.5' ||
53
+ matrix.version == 'stable-v2.14.6')
54
+ with :
55
+ python-version : ' 3.11'
45
56
- uses : ./../action/init
46
57
with :
47
58
tools : ${{ steps.prepare-test.outputs.tools-url }}
52
63
shell : bash
53
64
run : ./build.sh
54
65
- uses : ./../action/analyze
55
- id : analysis
66
+ id : analysis
56
67
with :
57
68
expect-error : true
58
69
ram : 1
Original file line number Diff line number Diff line change 49
49
- uses : actions/setup-go@v4
50
50
with :
51
51
go-version : ^1.13.1
52
+ - name : Setup Python on MacOS
53
+ uses : actions/setup-python@v4
54
+ if : |
55
+ matrix.os == 'macos-latest' && (
56
+ matrix.version == 'stable-20220908' ||
57
+ matrix.version == 'stable-20221211' ||
58
+ matrix.version == 'stable-20230418' ||
59
+ matrix.version == 'stable-v2.13.5' ||
60
+ matrix.version == 'stable-v2.14.6')
61
+ with :
62
+ python-version : ' 3.11'
52
63
- uses : ./../action/init
53
64
id : init
54
65
with :
63
74
shell : bash
64
75
run : ./build.sh
65
76
- uses : ./../action/analyze
66
- id : analysis
77
+ id : analysis
67
78
download-and-check-artifacts :
68
79
name : Download and check debug artifacts
69
80
needs : upload-artifacts
You can’t perform that action at this time.
0 commit comments