Skip to content

Commit 7ae448d

Browse files
committed
fix: Lock down CI to unbutu-22-04
1 parent ed22478 commit 7ae448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
cancel-in-progress: true
66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
name: Dotnet ${{ matrix.dotnet }} tests
1010
strategy:
1111
matrix:

0 commit comments

Comments
 (0)