ci: use resolutions to resolve building error in mac-os (#4878)

This commit is contained in:
Joooye_34
2023-11-09 10:43:47 +08:00
committed by GitHub
parent da2821eaac
commit a8bff81a7e
5 changed files with 122 additions and 77 deletions

View File

@@ -86,11 +86,11 @@ jobs:
# For windows, we need a separate approach
matrix:
spec:
- runner: macos-latest
- runner: macos-latest-xlarge
platform: darwin
arch: x64
target: x86_64-apple-darwin
- runner: macos-latest
- runner: macos-latest-xlarge
platform: darwin
arch: arm64
target: aarch64-apple-darwin

View File

@@ -80,11 +80,11 @@ jobs:
# For windows, we need a separate approach
matrix:
spec:
- runner: macos-latest
- runner: macos-latest-xlarge
platform: darwin
arch: x64
target: x86_64-apple-darwin
- runner: macos-latest
- runner: macos-latest-xlarge
platform: darwin
arch: arm64
target: aarch64-apple-darwin