Skip to content

Commit 05206ac

Browse files
committed
ci: fix GitHub Actions runner configuration
Replaces invalid 'ubuntu-slim' runner with 'ubuntu-latest' to ensure the duplicate issues workflow executes properly. The ubuntu-slim runner type does not exist in GitHub Actions, causing workflow failures.
1 parent a0e0651 commit 05206ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/duplicate-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check-duplicates:
9-
runs-on: ubuntu-slim
9+
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read
1212
issues: write

0 commit comments

Comments
 (0)