Skip to content

Commit 2482b01

Browse files
Revert runner ubuntu-slim to ubuntu-latest for pre-commit
As we have many canceled pre-commit runs due to timeouts and ubuntu-slim has lower timeouts than ubuntu-latest.
1 parent 72bd3a7 commit 2482b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
pre-commit:
1717
name: Detecting code style issues
18-
runs-on: ubuntu-slim
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: "Check out repository"
2121
uses: actions/checkout@v7

0 commit comments

Comments
 (0)