We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb431b commit 72ee37fCopy full SHA for 72ee37f
.github/workflows/build-and-test.yml
@@ -29,7 +29,6 @@ jobs:
29
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
30
with:
31
parent-job-name: 'root-solution-standard-runners'
32
- machine-types: "['ubuntu-24.04']"
33
timeout-minutes: 30
34
build-configuration: Debug
35
dotnet-version: |
@@ -41,7 +40,6 @@ jobs:
41
40
42
43
parent-job-name: 'nuget-solution'
44
45
build-directory: NuGetTest
46
timeout-minutes: 10
47
0 commit comments