Skip to content

Commit 3dce7e6

Browse files
committed
Updating machine type to ubuntu-2404 for the non-Warpbuild builds
1 parent 9c44b3e commit 3dce7e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
2828
with:
2929
parent-job-name: 'root-solution-standard-runners'
30+
machine-types: "['ubuntu-2404']"
3031
timeout-minutes: 30
3132
build-configuration: Debug
3233
dotnet-version: 6.0.100
@@ -36,6 +37,7 @@ jobs:
3637
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
3738
with:
3839
parent-job-name: 'nuget-solution'
40+
machine-types: "['ubuntu-2404']"
3941
build-directory: NuGetTest
4042
timeout-minutes: 10
4143
dotnet-version: 6.0.100

0 commit comments

Comments
 (0)