mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-19 13:29:17 +08:00
[build] Do not run duplicated macos tests for mirai-core native
This commit is contained in:
parent
b0af6b0818
commit
e34f7d0d00
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user