Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
not testing on windows, there is problem with the testing environment at the moment
  • Loading branch information
mcreel authored Mar 17, 2024
1 parent 4b7189b commit e7545bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
julia-version: ['1']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit e7545bd

Please sign in to comment.