Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Dec 5, 2023
1 parent d461bb0 commit 8e5efce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
build-type:
- { id: release, conan-name: Release, conan-preset: release }

runs-on: github.event.inputs.large ? ubuntu-latest-m : ubuntu-latest
runs-on: ubuntu-latest
if: !github.event.inputs.large

runs-on:
group: ubuntu-latest
if: github.event.inputs.large

name: |
doc-${{ matrix.compiler.id }}-${{ matrix.build-type.id }}
Expand Down

0 comments on commit 8e5efce

Please sign in to comment.