Skip to content

Commit

Permalink
Revert "chore: increase github action runner size"
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 authored Nov 29, 2024
1 parent 985e6cf commit 1fa48c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
tests:
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
strategy:
matrix:
browser: [ "chromium", "firefox", "webkit" ]
steps:
steps:
- uses: actions/checkout@v4

- name: Install poetry
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-latest-large
runs-on: macos-13
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
Expand Down

0 comments on commit 1fa48c1

Please sign in to comment.