Skip to content

Commit af1c88d

Browse files
authored
[ci] Change runner for deploy workflow (#2877)
1 parent 2b4fdd8 commit af1c88d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,18 @@ jobs:
5151
- build-test
5252
if: (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
5353
name: Deploy and Release
54-
runs-on: blacksmith-8vcpu-ubuntu-2204
54+
runs-on: ubuntu-22.04
5555
permissions: write-all
5656
steps:
5757
- name: Free Disk Space (Ubuntu)
5858
uses: jlumbroso/free-disk-space@main
59+
with:
60+
android: true
61+
dotnet: true
62+
haskell: true
63+
large-packages: true
64+
docker-images: true
65+
swap-storage: true
5966
- name: Checkout code
6067
uses: actions/checkout@main
6168
with:

0 commit comments

Comments
 (0)