We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b201ebf commit e30ae27Copy full SHA for e30ae27
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, macos-14, windows-latest]
+ os: [ubuntu-latest, macos-15, windows-latest]
19
20
steps:
21
- uses: actions/checkout@v3
@@ -70,11 +70,14 @@ jobs:
70
71
build-nuget:
72
runs-on: ubuntu-latest
73
- if: github.event_name != 'pull_request'
+ #if: github.event_name != 'pull_request'
74
needs: [build]
75
76
77
78
+ - uses: actions/setup-dotnet@v4
79
+ with:
80
+ dotnet-version: '9.0.0'
81
- name: Download Linux artifacts
82
uses: actions/download-artifact@v3
83
with:
0 commit comments