Skip to content

Commit

Permalink
(Experimental) Target larger runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Dec 5, 2023
1 parent 86d1154 commit 1a176c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
build-type:
- { id: release, conan-name: Release, conan-preset: release }

runs-on: ubuntu-latest
# EXPERIMENTAL! DO NOT PUSH! Use larger runner.
runs-on: ubuntu-latest-m

name: |
doc-${{ matrix.compiler.id }}-${{ matrix.build-type.id }}
Expand Down Expand Up @@ -130,7 +131,8 @@ jobs:
- { id: relwithdebinfo, conan-name: RelWithDebInfo, conan-jemalloc: Release, conan-preset: relwithdebinfo }
- { id: minsizerel, conan-name: MinSizeRel, conan-jemalloc: Release, conan-preset: minsizerel}

runs-on: ubuntu-latest
# EXPERIMENTAL! DO NOT PUSH! Use larger runner.
runs-on: ubuntu-latest-m

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

0 comments on commit 1a176c4

Please sign in to comment.