Skip to content

Commit

Permalink
changed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Jun 16, 2023
1 parent b383dc9 commit 2bc3d51
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ jobs:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os: [ubuntu-latest]
arch: [x64]
include:
- os: windows-latest
version: '1'
arch: x64
- os: macOS-latest
version: '1'
arch: x64
os:
- ubuntu-latest
- windows-latest
- macos-latest
arch:
- x64
env:
PYTHON: ""
steps:
Expand Down

0 comments on commit 2bc3d51

Please sign in to comment.