Skip to content

Commit

Permalink
CI: Use mainline net9
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Dec 31, 2024
1 parent 92d6945 commit d758764
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ jobs:
if: matrix.os == 'ubuntu-24.04'
run: sudo apt-get install -y fonts-liberation2 fonts-noto-core fonts-noto-cjk
- uses: actions/checkout@v4
- name: Setup .NET 9 (daily)
if: matrix.os == 'windows-2022'
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-quality: daily
- name: Setup .NET 9
if: matrix.os != 'windows-2022'
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
Expand Down

0 comments on commit d758764

Please sign in to comment.