Skip to content

Commit

Permalink
Ubuntu doesn't have native .NET 9 support
Browse files Browse the repository at this point in the history
See actions/setup-dotnet#562 for discussion
  • Loading branch information
tetsuo13 committed Jan 11, 2025
1 parent 7cca94c commit c5c057e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Clone repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# Ubuntu runner only has native support for .NET 8
- name: Setup .NET 9 SDK
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
with:
dotnet-version: 9.x

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit c5c057e

Please sign in to comment.