Browse Source

chore(ci): Fix runs_on for precommit again #2472

Jayant Krishnamurthy 8 tháng trước cách đây
mục cha
commit
8986100efe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/ci-pre-commit.yml

+ 1 - 0
.github/workflows/ci-pre-commit.yml

@@ -11,6 +11,7 @@ env:
   POETRY_VERSION: "1.4.2"
 jobs:
   pre-commit:
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
       - uses: actions-rs/toolchain@v1