There was an error while loading. Please reload this page.
2 parents a32f72a + 9f739ce commit dc3c8d7Copy full SHA for dc3c8d7
2 files changed
.github/workflows/CI.yml
@@ -22,6 +22,16 @@ jobs:
22
- windows-latest
23
arch:
24
- x64
25
+ - aarch64
26
+ exclude:
27
+ # macOS-latest is Apple Silicon (arm64), so x64 is not available there.
28
+ - os: macOS-latest
29
+ arch: x64
30
+ # ubuntu-latest and windows-latest runners are x64-only.
31
+ - os: ubuntu-latest
32
+ arch: aarch64
33
+ - os: windows-latest
34
35
steps:
36
- uses: actions/checkout@v6
37
- uses: julia-actions/setup-julia@v3
Project.toml
@@ -1,6 +1,6 @@
1
name = "Quadmath"
2
uuid = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
3
-version = "1.0.1"
+version = "1.0.2"
4
5
[deps]
6
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
0 commit comments