Skip to content

Commit

Permalink
Merge pull request writer#668 from FabienArcellier/dev
Browse files Browse the repository at this point in the history
chore: increase github action runner size
  • Loading branch information
ramedina86 authored Dec 2, 2024
2 parents 76c600f + 4b560de commit 80e47a4
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 80e47a4

Please sign in to comment.