fix testing on arm64
This commit is contained in:
parent
1eaeea10b3
commit
85e6141351
|
@ -54,7 +54,12 @@ jobs:
|
||||||
builder: ['self-hosted','ubuntu-22.04']
|
builder: ['self-hosted','ubuntu-22.04']
|
||||||
- target:
|
- target:
|
||||||
os: macos
|
os: macos
|
||||||
|
cpu: amd64
|
||||||
builder: macos-13
|
builder: macos-13
|
||||||
|
- target:
|
||||||
|
os: macos
|
||||||
|
cpu: arm64
|
||||||
|
builder: macos-latest
|
||||||
- target:
|
- target:
|
||||||
os: windows
|
os: windows
|
||||||
builder: windows-2019
|
builder: windows-2019
|
||||||
|
|
Loading…
Reference in New Issue