Skip to content

Commit dc3c8d7

Browse files
Merge branch 'master' into fma_for_windows
2 parents a32f72a + 9f739ce commit dc3c8d7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
- windows-latest
2323
arch:
2424
- 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+
arch: aarch64
2535
steps:
2636
- uses: actions/checkout@v6
2737
- uses: julia-actions/setup-julia@v3

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Quadmath"
22
uuid = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
3-
version = "1.0.1"
3+
version = "1.0.2"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)