Skip to content

Commit 6a99e66

Browse files
authored
Need to test on Windows for .NET 4.8 target
1 parent f0aafe1 commit 6a99e66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717

18-
runs-on: ubuntu-24.04
18+
runs-on: windows-latest
1919

2020
permissions:
2121
contents: write
@@ -25,8 +25,9 @@ jobs:
2525
- name: Setup
2626
uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: 8.0.x
28+
dotnet-version: 9.0.x
2929
- name: Compute build number
30+
shell: bash
3031
run: |
3132
echo "CI_BUILD_NUMBER=$(($CI_BUILD_NUMBER_BASE+130))" >> $GITHUB_ENV
3233
- name: Build and Publish
@@ -37,4 +38,4 @@ jobs:
3738
shell: pwsh
3839
run: |
3940
./Build.ps1
40-
41+

0 commit comments

Comments
 (0)