Skip to content

Commit

Permalink
ci: Bump .NET version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Dec 30, 2024
1 parent 9640435 commit 2c404c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.CelesteStudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
dotnet-version: '9.0'

- name: Set version suffix (release)
run: sed -i "s/-dev//" Studio/CelesteStudio/Studio.cs
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
dotnet-version: '9.0'

- name: Set version suffix (release)
run: sed -i "s/-dev//" Studio/CelesteStudio/Studio.cs
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
dotnet-version: '9.0'
- name: Install macOS workflow
run: dotnet workload install macos
- name: Switch XCode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
dotnet-version: '9.0'

- name: Download Studio builds
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
dotnet-version: '9.0'
- name: Setup Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 2c404c1

Please sign in to comment.