File tree Expand file tree Collapse file tree 2 files changed +44
-9
lines changed Expand file tree Collapse file tree 2 files changed +44
-9
lines changed Original file line number Diff line number Diff line change 42
42
fail-fast : false
43
43
matrix :
44
44
os :
45
- - macos-latest
46
- - ubuntu-latest
47
- - windows-latest
45
+ - macos-13
46
+ - macos-14
47
+ - macos-15
48
+ - ubuntu-22.04
49
+ - ubuntu-22.04-arm
50
+ - ubuntu-24.04
51
+ - ubuntu-24.04-arm
52
+ - windows-11-arm
53
+ - windows-2022
54
+ - windows-2025
48
55
49
56
permissions :
50
57
contents : read
79
86
- run : dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}
80
87
81
88
- name : Upload artifacts
82
- if : matrix.os == 'ubuntu-latest '
89
+ if : matrix.os == 'ubuntu-24.04 '
83
90
84
91
with :
85
92
name : nupkg
@@ -104,18 +111,33 @@ jobs:
104
111
fail-fast : false
105
112
matrix :
106
113
os :
107
- - macos-latest
108
- - ubuntu-latest
109
- - windows-latest
114
+ - macos-13
115
+ - macos-14
116
+ - macos-15
117
+ - ubuntu-22.04
118
+ - ubuntu-22.04-arm
119
+ - ubuntu-24.04
120
+ - ubuntu-24.04-arm
121
+ - windows-11-arm
122
+ - windows-2022
123
+ - windows-2025
110
124
shell :
111
125
- default
112
126
- bash
113
127
- pwsh
114
128
exclude :
115
- - os : windows-latest
129
+ - os : windows-11-arm
130
+ shell : bash
131
+ - os : windows-2022
132
+ shell : bash
133
+ - os : windows-2025
116
134
shell : bash
117
135
include :
118
- - os : windows-latest
136
+ - os : windows-11-arm
137
+ shell : C:\Program Files\Git\bin\bash.exe
138
+ - os : windows-2022
139
+ shell : C:\Program Files\Git\bin\bash.exe
140
+ - os : windows-2025
119
141
shell : C:\Program Files\Git\bin\bash.exe
120
142
121
143
permissions :
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Build and test on each platform version available
6
+ - macOS 13
7
+ - macOS 14
8
+ - macOS 15
9
+ - Ubuntu 22.04
10
+ - Ubuntu 24.04
11
+ - Windows 2022
12
+ - Windows 2025
13
+ - Build and test on ARM
14
+ - Ubuntu 22.04
15
+ - Ubuntu 24.04
16
+ - Windows 11
17
+
5
18
## [ 0.6.0] ( https://github.com/xt0rted/dotnet-run-script/compare/v0.5.0...v0.6.0 ) - 2024-04-10
6
19
7
20
- Dropped support for .NET Core 3.1
You can’t perform that action at this time.
0 commit comments