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 bd9137f commit 5ea95c6Copy full SHA for 5ea95c6
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
- cron: '0 0 * * 1' # runs 00:00 UTC on every Monday
11
jobs:
12
test:
13
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }}
14
runs-on: ${{ matrix.os }}
15
strategy:
16
fail-fast: false
@@ -22,14 +22,16 @@ jobs:
22
- 'nightly'
23
os:
24
- ubuntu-latest
25
- arch:
26
- - default
+ include:
+ - os: windows-latest
27
+ version: '1'
28
+ - os: macos-latest
29
30
steps:
31
- uses: actions/checkout@v5
32
- uses: julia-actions/setup-julia@v2
33
with:
34
version: ${{ matrix.version }}
- arch: ${{ matrix.arch }}
35
show-versioninfo: true
36
- uses: julia-actions/cache@v2
37
- uses: julia-actions/julia-runtest@v1
0 commit comments