Skip to content

Commit

Permalink
4x in 4x
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaoruganti authored Mar 12, 2024
1 parent f6a1ac4 commit 1499ad5
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 @@ -7,7 +7,7 @@ on:

jobs:
goreleaser:
runs-on: c3-nested-4x
runs-on: c3-4x-4x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.21.3'
go-version: ">=1.21.3"

# This step usually is not needed because the /ui/dist is pregenerated locally
# but its here to ensure that each release embeds the latest admin ui artifacts.
Expand Down

0 comments on commit 1499ad5

Please sign in to comment.