From d7952de8d31e2b660443f7a6d38d096b2a21ab2a Mon Sep 17 00:00:00 2001 From: coolxv Date: Thu, 6 Jun 2024 23:15:49 +0800 Subject: [PATCH] update action --- .github/workflows/make-test-multi-platform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make-test-multi-platform.yml b/.github/workflows/make-test-multi-platform.yml index d4c2816..483e777 100644 --- a/.github/workflows/make-test-multi-platform.yml +++ b/.github/workflows/make-test-multi-platform.yml @@ -22,10 +22,10 @@ jobs: compiler: gcc - os: ubuntu-latest compiler: clang - - os: macos-latest - compiler: clang - # - os: macos-14 - # compiler: clang +# - os: macos-latest +# compiler: clang +# - os: macos-14 +# compiler: clang steps: - uses: actions/checkout@v4