Skip to content

Commit

Permalink
chore: increase github action runner size
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienArcellier committed Dec 2, 2024
1 parent 76c600f commit 4b560de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
browser: [ "chromium", "firefox", "webkit" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest-large
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
Expand Down

0 comments on commit 4b560de

Please sign in to comment.