Skip to content

Commit d346601

Browse files
committed
ubuntu latest
Signed-off-by: Austin Abro <[email protected]>
1 parent 3948ce7 commit d346601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
retention-days: 1
8484

8585
validate-release:
86-
runs-on: large-ubuntu-zarf-release
86+
runs-on: ubuntu-latest
8787
needs: build-release
8888
steps:
8989
# Checkout the repo and setup the tooling for this job
@@ -117,7 +117,7 @@ jobs:
117117
uses: ./.github/actions/save-logs
118118

119119
create-release:
120-
runs-on: large-ubuntu-zarf-release
120+
runs-on: ubuntu-latest
121121
needs: validate-release
122122
environment: release
123123
permissions:

0 commit comments

Comments
 (0)