We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113aa1a commit 0eb431bCopy full SHA for 0eb431b
.github/workflows/build-and-test.yml
@@ -29,7 +29,7 @@ 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-2404']"
+ machine-types: "['ubuntu-24.04']"
33
timeout-minutes: 30
34
build-configuration: Debug
35
dotnet-version: |
@@ -41,7 +41,7 @@ jobs:
41
42
43
parent-job-name: 'nuget-solution'
44
45
build-directory: NuGetTest
46
timeout-minutes: 10
47
0 commit comments