File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 7
7
check-macos :
8
8
strategy :
9
9
matrix :
10
- os : [macos-11, macos-12, macos-latest]
10
+ os : [macos-11, macos-12, macos-13, macos- latest]
11
11
runs-on : ${{ matrix.os }}
12
12
steps :
13
13
- uses : actions/checkout@v3
20
20
shell : bash -leo pipefail {0}
21
21
run : sudo kcl version && sudo kcl run ./examples/configuration/nginx.k
22
22
23
- - uses : actions/setup-python@v4
24
- with :
25
- python-version : ' 3.9'
26
23
- uses : actions/setup-go@v1
27
24
with :
28
25
go-version : " 1.21"
52
49
kcl version
53
50
kcl run ./examples/configuration/nginx.k
54
51
55
- - uses : actions/setup-python@v4
56
- with :
57
- python-version : ' 3.9'
58
52
- uses : actions/setup-go@v1
59
53
with :
60
54
go-version : " 1.21"
66
60
run : static/script/uninstall-cli.sh
67
61
68
62
check-windows :
69
- strategy :
70
- matrix :
71
- goversion : ['1.21']
72
- pyversion : ['3.9']
73
63
runs-on : windows-latest
74
64
steps :
75
65
- uses : actions/checkout@v3
84
74
- name : Set up Go
85
75
uses : actions/setup-go@v2
86
76
with :
87
- go-version : ${{ matrix.goversion }}
88
-
89
- - name : Set up python
90
- uses : actions/setup-python@v4
91
- with :
92
- python-version : ${{ matrix.pyversion }}
77
+ go-version : " 1.21"
93
78
94
79
- name : Check Go Installation
95
80
run : go install kcl-lang.io/cli/cmd/kcl@main && C:\Users\runneradmin\go\bin\kcl.exe run ./examples/configuration/nginx.k
You can’t perform that action at this time.
0 commit comments