File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,28 +14,28 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ubuntu-20.04, windows-2019, macos-10.15 ]
17+ os : [ubuntu-20.04, windows-2019, macos-12 ]
1818 steps :
1919 - uses : actions/checkout@v2
2020 with :
2121 submodules : true
2222 fetch-depth : 0
2323
24- - name : Set up windows compilers
25- uses : ilammy/msvc-dev-cmd@v1
26- if : runner.os == 'Windows'
24+ - name : Set up Windows
25+ run : |
26+ choco install rtools --no-progress
27+ echo "c:\rtools40\ucrt64\bin;" >> $env:GITHUB_PATH
28+ if : ${{ runner.os == 'Windows' }}
2729
2830 - name : Link gfortran on macos
2931 if : runner.os == 'macOS'
3032 run : brew unlink gfortran && brew link --overwrite gfortran
3133
32- - uses : joerick /cibuildwheel@v1.9.0
34+ - uses : pypa /cibuildwheel@v2.10.1
3335 env :
3436 CIBW_BUILD : " cp3?-*"
3537 CIBW_SKIP : " cp35-* *-win32 *-manylinux_i686"
3638 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
37- DISTUTILS_USE_SDK : 1
38- MSSdk : 1
3939
4040 - uses : actions/upload-artifact@v2
4141 with :
You can’t perform that action at this time.
0 commit comments