Skip to content

Commit

Permalink
Change action runneras
Browse files Browse the repository at this point in the history
  • Loading branch information
lhansford committed Aug 30, 2024
1 parent 8117417 commit 1a9baa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish-base:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -20,7 +20,7 @@ jobs:
package: ./packages/base

publish-react:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 1a9baa1

Please sign in to comment.