Disable e2e-tests on x86_64h-apple-darwin

macos-14-arm64 cannot execute executable built for x86_64h
This commit is contained in:
Jiahao XU 2024-06-13 00:17:30 +10:00 committed by GitHub
parent 60a194be90
commit a2d2c5d85c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ jobs:
matrix:
include:
- { o: macos-14, t: x86_64-apple-darwin }
- { o: macos-14, t: x86_64h-apple-darwin, r: true }
- { o: macos-14, t: x86_64h-apple-darwin }
- { o: macos-14, t: aarch64-apple-darwin, r: true }
- {
o: ubuntu-latest,