From e34f7d0d00172b70f97442713e09b206d1a20e62 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 25 Nov 2022 23:58:14 +0000 Subject: [PATCH] [build] Do not run duplicated macos tests for mirai-core native --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03d0ca846..f88d701c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -255,7 +255,7 @@ jobs: - ubuntu-20.04 # - ubuntu-18.04 # - macos-12 - - macos-11 +# - macos-11 include: - os: windows-2022 targetName: mingwX64 @@ -265,8 +265,8 @@ jobs: targetName: linuxX64 # - os: macos-12 # targetName: macosX64 - - os: macos-11 - targetName: macosX64 + # - os: macos-11 + # targetName: macosX64 env: # FIXME there must be two or more targets, or we'll get error on `@OptionalExpectation` # > Declaration annotated with '@OptionalExpectation' can only be used in common module sources