From 6416043f7f95d9f479b46a86982ee5b015c98bad Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Tue, 16 Jul 2024 22:47:57 +0800 Subject: [PATCH] update workflow config --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 964567f..f39c99e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [ push, pull_request ] jobs: ubuntu-native-build: - if: 0 + if: 1 runs-on: ubuntu-latest timeout-minutes: 15 steps: @@ -58,7 +58,7 @@ jobs: macos: runs-on: ${{ matrix.macos_version }} timeout-minutes: 15 - if: 0 + if: 1 strategy: matrix: macos_version: