Skip to content

Commit

Permalink
Fix CI versions (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Mar 3, 2022
1 parent c77c20a commit f0e02f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ['3.x']
julia-version:
- '1'
- '~1.7.0-rc1'
- '1.6'
# - 'nightly' # TODO: reenable
fail-fast: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
architecture: x64
python-version: '2.7'
julia-version: '1'
- os: windows-latest
- os: windows-2019
architecture: x64
python-version: '2.7'
julia-version: '1'
Expand Down

0 comments on commit f0e02f3

Please sign in to comment.