Skip to content

Commit

Permalink
moves to warpbuild runners
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Jun 5, 2024
1 parent 970b000 commit 79cbcb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-8x
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v4
uses: WarpBuilds/setup-node@v4
with:
node-version: 20.11.0

- name: Set up Go
uses: actions/setup-go@v5
uses: WarpBuilds/setup-go@v5
with:
go-version: '>=1.22.3'

Expand Down

0 comments on commit 79cbcb8

Please sign in to comment.