1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Move all workflow runners to ubuntu-latest (#57506)

This commit is contained in:
Kevin Heis
2025-09-11 11:30:06 -07:00
committed by GitHub
parent 701dddd5be
commit bada255f31
21 changed files with 22 additions and 25 deletions

View File

@@ -28,7 +28,7 @@
"cmp-files": "tsx src/workflows/cmp-files.ts",
"content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts",
"copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.ts",
"count-translation-corruptions": "tsx src/languages/scripts/count-translation-corruptions.ts",
"count-translation-corruptions": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsx src/languages/scripts/count-translation-corruptions.ts",
"create-enterprise-issue": "tsx src/ghes-releases/scripts/create-enterprise-issue.ts",
"debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon --inspect src/frame/server.ts",
"delete-orphan-translation-files": "tsx src/workflows/delete-orphan-translation-files.ts",