Skip to content

Commit 1cd0719

Browse files
committed
BUILD: Switch to ARM architecture for Mac tests.
Tests for the InterTypes Java integration are failing due to an architecture mismatch.
1 parent c6659aa commit 1cd0719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/julia_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
include:
5050
# test macOS and Windows with latest Julia only
5151
- os: macOS-latest
52-
arch: x64
52+
arch: arm64
5353
version: "1.10.0"
5454
- os: windows-latest
5555
arch: x64

0 commit comments

Comments
 (0)