Skip to content

Commit

Permalink
Add windows/macOS testing on julia pre-releases (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Apr 2, 2024
1 parent 38f393d commit 19b5fd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ jobs:
julia-version: '1'
- os: windows-latest
julia-version: '1.0'
- os: windows-latest
julia-version: '1.11-nightly'
- os: windows-latest
julia-version: 'nightly'
- os: macOS-latest
julia-version: '1'
- os: macOS-latest
julia-version: '1.0'
- os: macOS-latest
julia-version: '1.11-nightly'
- os: macOS-latest
julia-version: 'nightly'
fail-fast: false
Expand Down

0 comments on commit 19b5fd2

Please sign in to comment.