We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf69d5 commit 5f7a09aCopy full SHA for 5f7a09a
.github/workflows/CI.yml
@@ -13,19 +13,13 @@ jobs:
13
fail-fast: false
14
matrix:
15
version:
16
- - "1.0" # LTS
17
- - "1" # Latest Release
+ - "lts"
+ - "1" # Latest Release
18
+ - "nightly"
19
os:
20
- ubuntu-latest
- - macOS-latest
21
+ - macOS-latest # Apple silicon
22
- windows-latest
- arch:
23
- - x86
24
- - x64
25
- exclude:
26
- # 32-bit Julia binaries are not available on macOS
27
- - os: macOS-latest
28
- arch: x86
29
steps:
30
- uses: actions/checkout@v4
31
- uses: julia-actions/setup-julia@v2
0 commit comments