Skip to content

Commit fc318f0

Browse files
authored
Revise CI workflow for Julia version and platforms (#63)
Updated CI workflow to use Julia version '1' and modified OS and architecture configurations.
1 parent 840c040 commit fc318f0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [ 'pre' ]
18-
os: [ ubuntu-latest, windows-latest, macos-14]
19-
arch: [ x64, arm64 ]
20-
exclude:
21-
- os: windows-latest
22-
arch: arm64
23-
- os: ubuntu-latest
24-
arch: arm64
17+
version: [ '1' ]
18+
os: [ ubuntu-latest, windows-latest, macos-15-intel]
19+
arch: [ x64 ]
20+
include:
21+
- os: macos-latest
22+
arch: aarch64
23+
version: '1'
2524
steps:
2625
- uses: actions/checkout@v5
2726
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)