We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68285f1 commit 4499d50Copy full SHA for 4499d50
1 file changed
.github/workflows/build-and-test.yml
@@ -5,14 +5,14 @@ on:
5
- develop
6
jobs:
7
build-and-test:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
9
steps:
10
- uses: actions/checkout@v2
11
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: '8.x.x'
+ dotnet-version: '8.0.x'
16
17
- name: Build
18
run: dotnet build --configuration Release src/MsSqlHelpers/MsSqlHelpers.csproj
0 commit comments