Skip to content

Commit 377e174

Browse files
committed
Revert C# workflows to Ubuntu 22.04
1 parent c4ce5da commit 377e174

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/csharp-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Csharp Lint
1+
name: C# Lint
22

33
on:
44
pull_request:
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
dotnet:
1212
name: C# Lint
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/csharp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
dotnet:
1010
name: C# Release
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
environment: release
1313

1414
steps:

0 commit comments

Comments
 (0)