Skip to content

Commit e5f9156

Browse files
committed
Use ubuntu-slim runner for sync workflow
1 parent 01fbd0a commit e5f9156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync:
1010
name: Sync
1111
if: "github.repository_owner == 'mollyim'"
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-slim
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)