Skip to content

Commit

Permalink
ci: Use .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Nov 17, 2024
1 parent 27bb6d7 commit 026fb10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
- name: Build elk
run: |
./build.sh x64
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
- name: Install arm toolchain
run: |
sudo dpkg --add-architecture arm64
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
- run: |
./Build.ps1 x64
./Build.ps1 arm64
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
- uses: actions/setup-node@v3
with:
node-version: '20.x'
Expand Down

0 comments on commit 026fb10

Please sign in to comment.