We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b383dc9 commit 2bc3d51Copy full SHA for 2bc3d51
1 file changed
.github/workflows/ci.yml
@@ -28,15 +28,12 @@ jobs:
28
version:
29
- '1.6' # Replace this with the minimum Julia version that your package supports.
30
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
31
- os: [ubuntu-latest]
32
- arch: [x64]
33
- include:
34
- - os: windows-latest
35
- version: '1'
36
- arch: x64
37
- - os: macOS-latest
38
39
+ os:
+ - ubuntu-latest
+ - windows-latest
+ - macos-latest
+ arch:
+ - x64
40
env:
41
PYTHON: ""
42
steps:
0 commit comments