Skip to content

Commit

Permalink
Update CI for net8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Nov 18, 2023
1 parent e177ef4 commit 42b6bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
os: [windows-2022, ubuntu-22.04, macos-12]
steps:
- uses: actions/checkout@v2
- name: Setup .NET 6
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Install workloads
run: dotnet workload install macos
- name: Install dependencies
Expand Down

0 comments on commit 42b6bdb

Please sign in to comment.