Skip to content

Commit

Permalink
Disable e2e-tests on x86_64h-apple-darwin
Browse files Browse the repository at this point in the history
macos-14-arm64 cannot execute executable built for x86_64h
  • Loading branch information
NobodyXu authored Jun 12, 2024
1 parent 60a194b commit a2d2c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a2d2c5d

Please sign in to comment.