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 abafb9e commit 7f64450Copy full SHA for 7f64450
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [windows-latest, macos-latest, ubuntu-latest]
12
- dotnet: ['6.0.x']
+ dotnet: ['9.0.x']
13
runs-on: ${{ matrix.os }}
14
15
steps:
.github/workflows/gh-pages.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
deploy:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
- uses: actions/checkout@v2
with:
0 commit comments