Skip to content

Commit

Permalink
Upgrading dotnet consolidate in Lombiq.GitHub.Actions and excluding a…
Browse files Browse the repository at this point in the history
…lpha versions from consolidation verification
  • Loading branch information
Piedone committed Nov 10, 2023
1 parent faec137 commit 70a49b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.ref_name != github.event.repository.default_branch &&
(github.event_name == 'workflow_dispatch' || github.event.label.name == 'run-windows-build')
name: Build and Test Windows - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-723
with:
machine-types: "['gitrunners-windows-2022-x64-8vcpu']"
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-test-larger-runners:
if: github.ref_name != github.event.repository.default_branch
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-723
with:
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 20
Expand Down

0 comments on commit 70a49b4

Please sign in to comment.