Skip to content

Commit

Permalink
Update Windows CI.yml
Browse files Browse the repository at this point in the history
update build version of dotnet to 7.x.x and 8.x.x
  • Loading branch information
asv-soft-u03 authored May 21, 2024
1 parent 63367df commit 8a7ca1c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/Windows CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ env:
jobs:
deploy:
name: 'Deploy'
runs-on: windows-2019
runs-on: windows-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: Setup .Net
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.x.x
6.x.x
5.x.x
3.x.x
8.x.x
7.x.x
- name: Getting version
id: version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit 8a7ca1c

Please sign in to comment.