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 ad95c08 commit 046fb6fCopy full SHA for 046fb6f
.github/workflows/ci.yml
@@ -12,18 +12,18 @@ jobs:
12
fail-fast: false
13
matrix:
14
version:
15
- - '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
16
- - '~1.10.0-0'
+ - '1' # automatically expands to the latest stable 1.x release of Julia
+ - 'lts'
17
os:
18
- ubuntu-latest
19
- - macOS-latest
+ - macOS-13
20
- windows-latest
21
arch:
22
- x64
23
- - x86
24
- exclude:
+ include:
25
- os: macOS-latest
26
- arch: x86
+ arch: aarch64
+ version: '1'
27
steps:
28
- uses: actions/checkout@v2
29
- uses: julia-actions/setup-julia@v1
0 commit comments