Skip to content

Commit 513ff22

Browse files
committed
Bump compiler version on Linux builds.
1 parent 18fd0a4 commit 513ff22

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:
@@ -26,10 +26,6 @@ jobs:
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

@@ -48,7 +44,7 @@ jobs:
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:
@@ -59,10 +55,6 @@ jobs:
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

0 commit comments

Comments
 (0)