Skip to content

Commit

Permalink
reduce macos runner size
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Jan 15, 2024
1 parent d9093d4 commit 65471a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: ubuntu-latest
shell: bash
jest-cache: /tmp/jest
- os: macos-latest-large
- os: macos-latest
shell: bash
jest-cache: /tmp/jest
- os: windows-latest
Expand Down
1 change: 1 addition & 0 deletions jest.config.base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
preset: 'ts-jest',
workerIdleMemoryLimit: '512MB',
coverageThreshold: {
global: {
branches: 100,
Expand Down

0 comments on commit 65471a1

Please sign in to comment.