Skip to content

Commit

Permalink
fix: increase runner size
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel authored Aug 8, 2023
1 parent 4244fb9 commit 12a5f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
release_amd:
name: Release AMD
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: buildjet-4vcpu-ubuntu-2204

steps:
- name: Checkout this repository
Expand All @@ -22,7 +22,7 @@ jobs:

release_arm:
name: Release ARM
runs-on: buildjet-2vcpu-ubuntu-2204-arm
runs-on: buildjet-4vcpu-ubuntu-2204-arm

steps:
- name: Checkout this repository
Expand Down

0 comments on commit 12a5f1e

Please sign in to comment.