Skip to content

Commit 9fd7c54

Browse files
authored
Merge pull request #128 from Lombiq/issue/INFRA-164
INFRA-164: Upgrading Ubuntu PR builds to 2024.4 (warp-ubuntu-2404-x64-4x)
2 parents 20680d3 + 72ee37f commit 9fd7c54

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ jobs:
1414
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
1515
with:
1616
parent-job-name: root-solution-larger-runners
17-
machine-types: "['warp-ubuntu-2204-x64-4x']"
17+
machine-types: "['warp-ubuntu-2404-x64-4x']"
1818
timeout-minutes: 15
1919
build-configuration: Debug
2020
build-enable-nuget-caching: 'true'
2121
build-enable-npm-caching: 'true'
22+
dotnet-version: |
23+
6.0.427
24+
8.0.301
2225
2326
build-and-test-standard-runners:
2427
if: github.ref_name == github.event.repository.default_branch
@@ -28,6 +31,9 @@ jobs:
2831
parent-job-name: 'root-solution-standard-runners'
2932
timeout-minutes: 30
3033
build-configuration: Debug
34+
dotnet-version: |
35+
6.0.427
36+
8.0.301
3137
3238
build-and-test-nuget-test:
3339
name: Build and Test - NuGetTest solution
@@ -36,6 +42,9 @@ jobs:
3642
parent-job-name: 'nuget-solution'
3743
build-directory: NuGetTest
3844
timeout-minutes: 10
45+
dotnet-version: |
46+
6.0.427
47+
8.0.301
3948
4049
post-pull-request-checks-automation:
4150
name: Post Pull Request Checks Automation

0 commit comments

Comments
 (0)