Skip to content

Commit

Permalink
Fixing Ubuntu label
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Oct 17, 2024
1 parent 113aa1a commit 0eb431b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: 'root-solution-standard-runners'
machine-types: "['ubuntu-2404']"
machine-types: "['ubuntu-24.04']"
timeout-minutes: 30
build-configuration: Debug
dotnet-version: |
Expand All @@ -41,7 +41,7 @@ jobs:
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: 'nuget-solution'
machine-types: "['ubuntu-2404']"
machine-types: "['ubuntu-24.04']"
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: |
Expand Down

0 comments on commit 0eb431b

Please sign in to comment.