Skip to content

Commit 7f64450

Browse files
committed
Updated workflows
1 parent abafb9e commit 7f64450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [windows-latest, macos-latest, ubuntu-latest]
12-
dotnet: ['6.0.x']
12+
dotnet: ['9.0.x']
1313
runs-on: ${{ matrix.os }}
1414

1515
steps:

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:

0 commit comments

Comments
 (0)