Skip to content

Commit

Permalink
ci: change runner
Browse files Browse the repository at this point in the history
  • Loading branch information
TrayserCassa committed Feb 11, 2025
1 parent 56fba67 commit d354746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: runs-on=${{ github.run_id }}/runner=sw-amd64/cpu=2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
file: release/*

release-helm-chart:
runs-on: ubuntu-latest
runs-on: runs-on=${{ github.run_id }}/runner=sw-amd64/cpu=1
needs: [goreleaser]
steps:
- name: Checkout
Expand Down

0 comments on commit d354746

Please sign in to comment.