Skip to content

Commit

Permalink
fix: use macos-12-large
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Nov 6, 2023
1 parent b32d2e9 commit 95c76e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
e2e:
runs-on: macos-12
runs-on: macos-12-large

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
e2e:
runs-on: macos-12
runs-on: macos-12-large

steps:
- name: Checkout
Expand Down

0 comments on commit 95c76e4

Please sign in to comment.