浏览代码

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

Jayant Krishnamurthy 8 月之前
父节点
当前提交
8986100efe
共有 1 个文件被更改,包括 1 次插入0 次删除
  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