From 79311feb8e14855cdffc0363f09c19f39b40249e Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Thu, 5 Aug 2021 09:20:55 +0800 Subject: [PATCH] disable macos-latest for CI (for ch2/thread related tests) --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a76a17..7765b42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-20.04] +# os: [ubuntu-20.04, macos-latest] steps: - uses: actions/checkout@v2 with: @@ -63,7 +64,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-20.04] +# os: [ubuntu-20.04, macos-latest] steps: - uses: actions/checkout@v2 with: