Skip to content

Commit 5f43333

Browse files
committed
Update Piton to .NET 8
1 parent ab072de commit 5f43333

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.github/workflows/build-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
cp binaries/fmod/windows-x64/fmodstudio64.dll ../lib-ext/lib64-win-x64
488488
489489
# Piton
490-
cp source/Piton/apphost/test/piton-runtime.yaml ../lib-ext/piton-runtime.yaml
490+
cp piton-runtime.yaml ../lib-ext/piton-runtime.yaml
491491
492492
pushd ../lib-ext
493493

piton-runtime.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Latest LTS as of April 19th 2025
2+
windows-x86:
3+
version: 8.0.15
4+
download: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.15/dotnet-runtime-8.0.15-win-x86.zip
5+
download-sha512: b9980345c84443381b92d8d3c56a90244ec90e6f7edfbf09dd665b29a807705592606997e7e85bb7f6357f49feb5aa41506ec1426a4208352a326736bda6c441
6+
download-format: zip
7+
8+
windows-x86_64:
9+
version: 8.0.15
10+
download: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.15/dotnet-runtime-8.0.15-win-x64.zip
11+
download-sha512: 1d486895ecc1c99586a8dd221a1a21c507ce42eaf4262345f93f0a2cae7e23733360b742f2d5b803c56a1199cb00ca20a5ee5c911d63118e1930e07068a7cccb
12+
download-format: zip
13+
14+
linux-x86_64:
15+
version: 8.0.15
16+
download: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.15/dotnet-runtime-8.0.15-linux-x64.tar.gz
17+
download-sha512: 833a848541ba6f71c8792168914856e16de6f71cf0a481c5990f3622b0e3f83123e6024bcabf6b955a7c92e8e904181d40d3bd612595a0d8c47a421267a91ca6
18+
download-format: targz
19+
20+
macos-x86_64:
21+
version: 8.0.15
22+
download: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.15/dotnet-runtime-8.0.15-osx-x64.tar.gz
23+
download-sha512: e488b4dca3cb08a144b50d4428e4185b7a8cf7486886acfee8fc00c1145bd82d7bc7e66acea76a575869f16578babc6708fe1045839deca6ca848188ca59a51c
24+
download-format: targz

0 commit comments

Comments
 (0)