Skip to content

Commit

Permalink
Update setup .net versions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Nov 11, 2024
1 parent 0c30a94 commit b800f05
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
target: [win-x64, win-arm64, osx-x64, osx-arm64, linux-x64, linux-arm, linux-arm64]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -49,9 +49,10 @@ jobs:
if: matrix.target == 'win-x64'

- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: |
8.0.x
- name: Restore tool
working-directory: ./src
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -125,11 +126,11 @@ jobs:
"BUILD_VERSION_SHA: ${{ env.BUILD_VERSION_SHA }}"
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
5.0.x
6.0.x
8.0.x
- name: Restore tool
working-directory: ./src
Expand Down

0 comments on commit b800f05

Please sign in to comment.