Skip to content

Commit

Permalink
CI: Update to net9
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 21, 2024
1 parent 8319033 commit a2d515d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Install OS dependencies
if: matrix.os == 'ubuntu-24.04'
run: sudo apt-get install -y fonts-liberation2 fonts-noto-core fonts-noto-cjk
- uses: actions/checkout@v2
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
- uses: actions/checkout@v4
- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Install workloads
run: dotnet workload install macos
- name: Install dependencies
Expand Down

0 comments on commit a2d515d

Please sign in to comment.