Skip to content

Commit

Permalink
changed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Jun 15, 2023
1 parent 094c595 commit ced38c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 74 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,11 @@ jobs:
- '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
- windows-latest
- macos-latest
- ubuntu-latest
- windows-latest
- macos-latest
arch:
- x86
- x64
exclude:
- os: ubuntu-latest
arch: x86
- os: macos-latest
arch: x86
- os: windows-latest
arch: x86
env:
PYTHON: ""
steps:
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/ci_nightly.yml

This file was deleted.

0 comments on commit ced38c6

Please sign in to comment.