Skip to content

Commit 7297463

Browse files
authored
Merge pull request #133 from salesforcecli/sh/use-ubuntu-22-large-runner
W-17811792 - fix: use ubuntu 22 8 core large runner
2 parents 0dd48f1 + 758b4b5 commit 7297463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tarballs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tarballs:
2323
env:
2424
SF_DISABLE_TELEMETRY: true
25-
runs-on: ubuntu-20-8core
25+
runs-on: ubuntu-22-8core
2626
steps:
2727
- uses: actions/checkout@v4
2828

0 commit comments

Comments
 (0)