Skip to content

Commit

Permalink
Revert "Move runners back to ubuntu-latest" (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
timm088 committed Oct 11, 2023
1 parent d39d98d commit 6dfdcde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-lint-typecheck-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
env:
NODE_OPTIONS: --max-old-space-size=14366
steps:
Expand All @@ -34,7 +34,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

cypress:
name: Cypress
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
env:
NODE_OPTIONS: --max-old-space-size=14366
steps:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:
Publish:
name: Publish Workflow
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
env:
GH_TOKEN: ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}
NODE_OPTIONS: --max-old-space-size=14366
Expand Down

0 comments on commit 6dfdcde

Please sign in to comment.