Skip to content

Commit b446f97

Browse files
committed
revert build machine
1 parent 3023163 commit b446f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
testOnSupportedDotnetVersions:
6969
strategy:
7070
matrix:
71-
os: [ubuntu-latest, windows-latest]
71+
os: [ubuntu-22.04, windows-latest]
7272
runs-on: ${{ matrix.os }}
7373
steps:
7474
- name: Checkout
@@ -81,7 +81,7 @@ jobs:
8181
dotnet-version: |
8282
8.0.x
8383
9.0.x
84-
include-prerelease: true
84+
include-prerelease: false
8585
- name: Dump .NET info
8686
run: dotnet --info
8787
- name: Restore dependencies

0 commit comments

Comments
 (0)