Skip to content

Commit

Permalink
more large
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Dec 20, 2024
1 parent 81bcfc2 commit c27d2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

build:
name: Build - ${{ matrix.unity-version }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
name: ${{ matrix.unity-version }} ${{ matrix.platform }} Build Smoke Test
needs: [smoke-test-create]
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c27d2eb

Please sign in to comment.