20
20
# Builds for Debug and Release configurations
21
21
configuration : [Debug, Release]
22
22
# Builds for Ubuntu, Windows, and macOS
23
- os : [ubuntu-latest, windows-latest, macOS-latest, macos-14 ]
23
+ os : [ubuntu-latest, windows-latest, macOS-latest]
24
24
runs-on : ${{ matrix.os }}
25
25
26
26
steps :
31
31
global-json-file : global.json
32
32
dotnet-version : |
33
33
8.x
34
- 7.x
35
- 6.x
34
+ 9.x
36
35
37
36
- name : Build via Bash
38
37
if : runner.os != 'Windows'
54
53
strategy :
55
54
fail-fast : false
56
55
matrix :
57
- os : [ubuntu-latest, windows-latest, macOS-latest, macos-14 ]
56
+ os : [ubuntu-latest, windows-latest, macOS-latest]
58
57
node-version : ['18', '20', 'latest' ]
59
58
runs-on : ${{ matrix.os }}
60
59
72
71
global-json-file : global.json
73
72
dotnet-version : |
74
73
8.x
75
- 7.x
76
- 6.x
74
+ 9.x
77
75
78
76
- name : Build via Bash
79
77
if : runner.os != 'Windows'
94
92
strategy :
95
93
fail-fast : false
96
94
matrix :
97
- os : [ubuntu-latest, windows-latest, macOS-latest, macos-14 ]
95
+ os : [ubuntu-latest, windows-latest, macOS-latest]
98
96
python-version : ['3.10', '3.11', '3.12']
99
97
runs-on : ${{ matrix.os }}
100
98
@@ -112,8 +110,7 @@ jobs:
112
110
global-json-file : global.json
113
111
dotnet-version : |
114
112
8.x
115
- 7.x
116
- 6.x
113
+ 9.x
117
114
- name : Build via Bash
118
115
if : runner.os != 'Windows'
119
116
run : |
@@ -154,6 +151,7 @@ jobs:
154
151
global-json-file : global.json
155
152
dotnet-version : |
156
153
8.x
154
+ 9.x
157
155
- name : Analyze
158
156
run : |
159
157
chmod +x ./build.sh
0 commit comments