Skip to content

Commit

Permalink
Merge pull request #128 from Lombiq/issue/INFRA-164
Browse files Browse the repository at this point in the history
INFRA-164: Upgrading Ubuntu PR builds to 2024.4 (warp-ubuntu-2404-x64-4x)
  • Loading branch information
Piedone authored Oct 31, 2024
2 parents 20680d3 + 72ee37f commit 9fd7c54
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: root-solution-larger-runners
machine-types: "['warp-ubuntu-2204-x64-4x']"
machine-types: "['warp-ubuntu-2404-x64-4x']"
timeout-minutes: 15
build-configuration: Debug
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
dotnet-version: |
6.0.427
8.0.301
build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
Expand All @@ -28,6 +31,9 @@ jobs:
parent-job-name: 'root-solution-standard-runners'
timeout-minutes: 30
build-configuration: Debug
dotnet-version: |
6.0.427
8.0.301
build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand All @@ -36,6 +42,9 @@ jobs:
parent-job-name: 'nuget-solution'
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: |
6.0.427
8.0.301
post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down

0 comments on commit 9fd7c54

Please sign in to comment.