File tree Expand file tree Collapse file tree
.github/actions/setup-env Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 - name : Setup dotnet
8484 uses : actions/setup-dotnet@v5
8585 with :
86- dotnet-version : ' 8 .0.x' # SDK Version to use; x will use the latest version of the 8 .0 channel
86+ dotnet-version : ' 10 .0.x' # SDK Version to use; x will use the latest version of the 10 .0 channel
8787
8888 - name : Setup Mono
8989 if : runner.os == 'macOS'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ On Linux `npm install` will compile binaries with correct Electron headers for
5050
5151| Electron | x64 | arm64 |
5252| ------------ | ------------------ | ------------------ |
53- | 29.x - 43 .x | :heavy_check_mark : | :heavy_check_mark : |
53+ | 29.x - 42 .x | :heavy_check_mark : | :heavy_check_mark : |
5454
5555Other Linux architectures might work but have not been tested.
5656
You can’t perform that action at this time.
0 commit comments