We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c44b3e commit 3dce7e6Copy full SHA for 3dce7e6
.github/workflows/build-and-test.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
28
with:
29
parent-job-name: 'root-solution-standard-runners'
30
+ machine-types: "['ubuntu-2404']"
31
timeout-minutes: 30
32
build-configuration: Debug
33
dotnet-version: 6.0.100
@@ -36,6 +37,7 @@ jobs:
36
37
38
39
parent-job-name: 'nuget-solution'
40
41
build-directory: NuGetTest
42
timeout-minutes: 10
43
0 commit comments