Skip to content

Commit

Permalink
Update .NET version in GitHub actions (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil authored Feb 16, 2024
1 parent f9a3704 commit 6fcf729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
dotnet_version: [7.0.x]
dotnet_version: [8.0.x]

steps:
- name: Checkout git repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
dotnet_version: [7.0.x]
dotnet_version: [8.0.x]

steps:
- name: Checkout git repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
dotnet_version: [7.0.x]
dotnet_version: [8.0.x]

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 6fcf729

Please sign in to comment.