Skip to content

Commit e30ae27

Browse files
committed
updated ci
1 parent b201ebf commit e30ae27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-14, windows-latest]
18+
os: [ubuntu-latest, macos-15, windows-latest]
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -70,11 +70,14 @@ jobs:
7070

7171
build-nuget:
7272
runs-on: ubuntu-latest
73-
if: github.event_name != 'pull_request'
73+
#if: github.event_name != 'pull_request'
7474
needs: [build]
7575

7676
steps:
7777
- uses: actions/checkout@v3
78+
- uses: actions/setup-dotnet@v4
79+
with:
80+
dotnet-version: '9.0.0'
7881
- name: Download Linux artifacts
7982
uses: actions/download-artifact@v3
8083
with:

0 commit comments

Comments
 (0)