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 ecdb3a5 commit 14a08f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
runs-on: ubuntu-latest
if: !github.event.inputs.large

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

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

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

0 comments on commit 14a08f4

Please sign in to comment.