Skip to content

Commit f0e02f3

Browse files
authored
Fix CI versions (#970)
1 parent c77c20a commit f0e02f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ['3.x']
2020
julia-version:
2121
- '1'
22-
- '~1.7.0-rc1'
22+
- '1.6'
2323
# - 'nightly' # TODO: reenable
2424
fail-fast: false
2525
env:

.github/workflows/system.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
architecture: x64
4949
python-version: '2.7'
5050
julia-version: '1'
51-
- os: windows-latest
51+
- os: windows-2019
5252
architecture: x64
5353
python-version: '2.7'
5454
julia-version: '1'

0 commit comments

Comments
 (0)