Skip to content

Commit

Permalink
cut back on CI on 1.9 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jul 6, 2024
1 parent 8a123a1 commit ae7d6ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# - 1.0
# - 1.6
# - 1
# - pre
# - nightly
# but remove some configurations from the build matrix to reduce CI time.
# See https://github.com/marketplace/actions/setup-julia-environment
Expand All @@ -49,6 +50,7 @@ jobs:
- {os: 'macOS-latest', version: '1.5'}
- {os: 'macOS-latest', version: '1.7'}
- {os: 'macOS-latest', version: '1.8'}
- {os: 'macOS-latest', version: '1.9'}
# MacOS not available on x86
- {os: 'macOS-latest', arch: 'x86'}
- {os: 'windows-latest', version: '1.1'}
Expand All @@ -58,13 +60,15 @@ jobs:
- {os: 'windows-latest', version: '1.5'}
- {os: 'windows-latest', version: '1.7'}
- {os: 'windows-latest', version: '1.8'}
- {os: 'windows-latest', version: '1.9'}
- {os: 'ubuntu-latest', version: '1.1', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.2', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.3', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.4', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.5', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.7', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
- {os: 'ubuntu-latest', version: '1.9', arch: 'x86'}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit ae7d6ac

Please sign in to comment.