Skip to content

Commit 4499d50

Browse files
authored
Update build-and-test.yml changed runner to ubuntu-20.04
1 parent 68285f1 commit 4499d50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- develop
66
jobs:
77
build-and-test:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111

1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '8.x.x'
15+
dotnet-version: '8.0.x'
1616

1717
- name: Build
1818
run: dotnet build --configuration Release src/MsSqlHelpers/MsSqlHelpers.csproj

0 commit comments

Comments
 (0)