File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1515 linux :
1616 name : Linux (Q8/Q16/Q16-HDRI, x64)
1717 container :
18- image : mcr.microsoft.com/dotnet/sdk:8 .0
18+ image : mcr.microsoft.com/dotnet/sdk:9 .0
1919 runs-on : ubuntu-24.04
2020
2121 steps :
2626 - name : Install dependencies
2727 run : build/linux-x64/install.dependencies.sh
2828
29- - uses : actions/setup-dotnet@v5
30- with :
31- dotnet-version : 8.x
32-
3329 - name : Install Magick.Native
3430 run : build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux x64
3531
4844 linux_musl :
4945 name : Linux musl (Q8/Q16/Q16-HDRI, x64)
5046 container :
51- image : mcr.microsoft.com/dotnet/sdk:8 .0-alpine
47+ image : mcr.microsoft.com/dotnet/sdk:9 .0-alpine
5248 runs-on : ubuntu-24.04
5349
5450 steps :
5955 - name : Install dependencies
6056 run : build/linux-musl-x64/install.dependencies.sh
6157
62- - uses : actions/setup-dotnet@v5
63- with :
64- dotnet-version : 8.x
65-
6658 - name : Install Magick.Native
6759 run : build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux-musl x64
6860
You can’t perform that action at this time.
0 commit comments