Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
Update to dotnet 8
  • Loading branch information
bittiez committed Feb 21, 2024
1 parent df38155 commit d59b987
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ windows-latest, macos-latest, ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get submodules
run: |
git config --global url."https://".insteadOf git://
git submodule update --init --recursive
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
include-prerelease: true
dotnet-version: 8.0.x
cache: true

- name: Restore
run: dotnet restore
Expand Down

0 comments on commit d59b987

Please sign in to comment.