Skip to content

Commit 82622f1

Browse files
authored
ci: update runner image to ubuntu-latest (ant-design#56488)
1 parent a6d8358 commit 82622f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build-site:
15-
runs-on: blacksmith-4vcpu-ubuntu-2404
15+
runs-on: ubuntu-latest
1616
if: (startsWith(github.ref, 'refs/tags/') && (contains(github.ref_name, '-') == false)) || github.event_name == 'workflow_dispatch'
1717

1818
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#example-defining-outputs-for-a-job

0 commit comments

Comments
 (0)