Skip to content

Commit 046fb6f

Browse files
authored
Update ci.yml
Run on latest version and LTS. Disable x86 CI and enable mac aarch64 CI.
1 parent ad95c08 commit 046fb6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
16-
- '~1.10.0-0'
15+
- '1' # automatically expands to the latest stable 1.x release of Julia
16+
- 'lts'
1717
os:
1818
- ubuntu-latest
19-
- macOS-latest
19+
- macOS-13
2020
- windows-latest
2121
arch:
2222
- x64
23-
- x86
24-
exclude:
23+
include:
2524
- os: macOS-latest
26-
arch: x86
25+
arch: aarch64
26+
version: '1'
2727
steps:
2828
- uses: actions/checkout@v2
2929
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)