Skip to content

Commit

Permalink
chore: Switch back to ubuntu and use turbo cache over github cach
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Dec 18, 2024
1 parent ed935ea commit e407215
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,15 @@ env:

jobs:
Build:
runs-on: macos-14
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

- name: Cache turbo build setup
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Setup
uses: ./.github/actions/setup
- name: Run build
env:
NODE_OPTIONS: '--max_old_space_size=4096'
NODE_OPTIONS: "--max_old_space_size=4096"
run: pnpm run build

Lint:
Expand Down

0 comments on commit e407215

Please sign in to comment.