From 2dcc67769e7174ebabc6de9c4e2e1ae37d6e179a Mon Sep 17 00:00:00 2001 From: LFC Date: Fri, 11 Aug 2023 17:34:58 +0800 Subject: [PATCH] fix: runs sqlness test on windows-latest-8-cores (#2158) --- .github/workflows/develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index ad624837cd..1f2ffa64aa 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -76,7 +76,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest-8-cores, windows-latest ] + os: [ ubuntu-latest-8-cores, windows-latest-8-cores ] timeout-minutes: 60 steps: - uses: actions/checkout@v3