File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [main]
4+ branches : [main, master ]
55 tags : ["*"]
66 pull_request :
7- concurrency :
8- group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
9- cancel-in-progress : true
107jobs :
118 test :
129 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1310 runs-on : ${{ matrix.os }}
14- env :
15- JULIA_NUM_THREADS : 2
1611 strategy :
1712 fail-fast : false
1813 matrix :
1914 version :
20- - ' 1.9'
2115 - ' 1' # automatically expands to the latest stable 1.x release of Julia
22- - nightly
16+ - ' min'
17+ - ' pre'
2318 os :
2419 - ubuntu-latest
25- - macOS-latest
2620 - windows-latest
2721 arch :
2822 - x64
2923 include :
30- - os : windows -latest
31- version : ' 1 '
32- arch : x86
24+ - os : macOS -latest
25+ arch : aarch64
26+ version : 1
3327 steps :
3428 - uses : actions/checkout@v4
35- - uses : julia-actions/setup-julia@v1
29+ - uses : julia-actions/setup-julia@v2
3630 with :
3731 version : ${{ matrix.version }}
3832 arch : ${{ matrix.arch }}
3933 - uses : julia-actions/cache@v2
4034 - uses : julia-actions/julia-buildpkg@v1
4135 - uses : julia-actions/julia-runtest@v1
4236 - uses : julia-actions/julia-processcoverage@v1
43- - uses : codecov/codecov-action@v1
37+ - uses : codecov/codecov-action@v5
4438 with :
45- file : lcov.info
39+ files : lcov.info
40+ token : ${{ secrets.CODECOV_TOKEN }}
4641 docs :
4742 name : Documentation
4843 runs-on : ubuntu-latest
5247 - uses : julia-actions/julia-docdeploy@latest
5348 env :
5449 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
50+ DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments