From 417c7e6b4309284731ed9ec0cb004a524ff8e7fb Mon Sep 17 00:00:00 2001 From: peefy Date: Sun, 24 Dec 2023 19:47:42 +0800 Subject: [PATCH] xyz Signed-off-by: peefy --- .github/workflows/macos_test.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index 06d234683..51a279922 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -5,7 +5,7 @@ jobs: # Ref: https://github.com/actions/runner-images/tree/main/images/macos strategy: matrix: - os: [macos-11, macos-12] + os: [macos-11] runs-on: ${{ matrix.os }} steps: - name: Git checkout @@ -50,14 +50,6 @@ jobs: working-directory: ./kclvm run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/usr/local/opt/llvm@12/bin && make install-rustc-wasm && make && make codecov-lcov shell: bash - - name: Grammar test - working-directory: ./kclvm - run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/usr/local/opt/llvm@12/bin && make install-rustc-wasm && make && make test-grammar - shell: bash - - name: Runtime test - working-directory: ./kclvm - run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/usr/local/opt/llvm@12/bin && make install-rustc-wasm && make && make test-runtime - shell: bash - uses: actions/upload-artifact@v3 with: