This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/HTHou-patch-1 by this push:
new 579ea30b Update codeql.yml
579ea30b is described below
commit 579ea30bb4d80917add750c3711e93597a713ff0
Author: Haonan <[email protected]>
AuthorDate: Fri Sep 20 21:58:07 2024 +0800
Update codeql.yml
---
.github/workflows/codeql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a6ad867c..0661d1a9 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -28,7 +28,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for
possible analysis time improvements.
- runs-on: ${{ 'ubuntu-latest' }}
+ runs-on: ${{ (matrix.language == 'c-cpp' && 'windows-latest') ||
'ubuntu-latest' }}
timeout-minutes: ${{ 360 }}
permissions:
# required for all workflows