Skip to content

Commit

Permalink
CI: run nightly on macos-latest for now
Browse files Browse the repository at this point in the history
until setup-julia has a new release
  • Loading branch information
benlorenz committed Feb 12, 2024
1 parent 1b88962 commit b138098
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
strategy:
matrix:
julia-version:
- '~1.10.0-0'
- '1.6'
- 'nightly'
os: ['macos-14']
os: ['macos-latest']
include:
- os: 'macos-latest'
julia-version: 1.6
- os: 'macos-14'
julia-version: '1.10'
fail-fast: false

steps:
Expand Down

0 comments on commit b138098

Please sign in to comment.