Skip to content

Commit 0eb431b

Browse files
committed
Fixing Ubuntu label
1 parent 113aa1a commit 0eb431b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
3030
with:
3131
parent-job-name: 'root-solution-standard-runners'
32-
machine-types: "['ubuntu-2404']"
32+
machine-types: "['ubuntu-24.04']"
3333
timeout-minutes: 30
3434
build-configuration: Debug
3535
dotnet-version: |
@@ -41,7 +41,7 @@ jobs:
4141
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
4242
with:
4343
parent-job-name: 'nuget-solution'
44-
machine-types: "['ubuntu-2404']"
44+
machine-types: "['ubuntu-24.04']"
4545
build-directory: NuGetTest
4646
timeout-minutes: 10
4747
dotnet-version: |

0 commit comments

Comments
 (0)