Skip to content

Commit d984b46

Browse files
authored
Modify CI workflow architecture settings
Updated architecture matrix for CI workflow and removed Apple M-series test.
1 parent e9e0e35 commit d984b46

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ jobs:
1717
matrix:
1818
version: ['1.10', '1'] # Test against LTS and current minor release
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
20-
arch: [x64]
20+
arch: [default]
2121
include:
2222
# Also test against 32-bit Linux on LTS.
2323
- version: '1.10'
2424
os: ubuntu-latest
2525
arch: x86
26-
# Test against Apple M-series
27-
- version: '1'
28-
os: macos-14
29-
arch: aarch64
3026
steps:
3127
- uses: actions/checkout@v6
3228
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)