Skip to content

Commit a99e315

Browse files
committed
feat: update GitHub Actions workflow to use Ubuntu 24.04 for Linux jobs
1 parent d7bb59b commit a99e315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
platform:
22-
- { name: Linux, os: ubuntu-22.04 }
22+
- { name: Linux, os: ubuntu-24.04 }
2323
- { name: Windows, os: windows-2022 }
2424
- { name: macOS, os: macos-15 }
2525
dotnet:
@@ -86,7 +86,7 @@ jobs:
8686
cat coverage-badge.md >> README.md
8787
8888
publish_badge:
89-
runs-on: ubuntu-latest
89+
runs-on: ubuntu-24.04
9090
needs: build
9191
steps:
9292
- name: Checkout gh-pages

0 commit comments

Comments
 (0)