Skip to content

Commit

Permalink
BUILD: Switch to ARM architecture for Mac tests.
Browse files Browse the repository at this point in the history
Tests for the InterTypes Java integration are failing due to an architecture mismatch.
  • Loading branch information
epatters committed May 20, 2024
1 parent c6659aa commit 1cd0719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/julia_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
include:
# test macOS and Windows with latest Julia only
- os: macOS-latest
arch: x64
arch: arm64
version: "1.10.0"
- os: windows-latest
arch: x64
Expand Down

0 comments on commit 1cd0719

Please sign in to comment.